I\'m attempting to merge multiple csv files using R. all of the CSV files have the same fields and are all a shared folder only containing these CSV files. I\'ve attempted
Your code worked for me, but you need change header = True to header = TRUE.
header = True
header = TRUE