Hi everyone.
I can upload each csv file one by one(read_csv) and then merge them using rbind but perhaps there is more efficient way to do it? instead of typing read.csv 12 times.
instead of naming all file names can I just indicate the directory and it will upload all files from that directory? Your method is convenient and super easy.
yes man. you are right. I also noticed that if we have two identical columns in two data frames and those columns have different data types then dplyr package will not combine them but data.table will. I believe, that is a great advantage to use data.table instead dplyr because after merging i can change the data type at once.