How to combine multiple csv files into one big file without loading the actual file into the environment?
问题 Is there anyway to combine multiple CSV files together into a super file without using the read.csv/read_csv functions? I want to combine all the tables (CSV) in the folder into one csv file, since each of them represents a separate month. The folder looks like this: list.files(folder) [1] "2013-07 - Citi Bike trip data.csv" "2013-08 - Citi Bike trip data.csv" "2013-09 - Citi Bike trip data.csv" [4] "2013-10 - Citi Bike trip data.csv" "2013-11 - Citi Bike trip data.csv" "2013-12 - Citi Bike