Writing to CSV from list, write.row seems to stop in a strange place
问题 I am attempting to merge a number of CSV files. My Initial function is aimed to: Look Inside a directory and count the number of files within (assume all are .csv) Open the first CSV and append each row into a list Clip the top three rows (there's some useless column title info I don't want) Store these results in an a list I've called 'archive Open the next CSV file and repeat(clip and append em to 'archive') When we're out of CSV files I wanted to write the complete 'archive' to a file in