I'm analyzing the Daily Fishing Effort data from Global Fishing Watch located here. Once extracted, I have a folder with five years worth of daily CSV files named YYYY-MM-DD.csv
How can I automate the import if I only want the files from 2016 and I don't want to have to individually assign each variable a new name? This question seems to imply it, but is more focused on extracting specific columns on import. It would be great to combine an rbind
statement and group 2016 into monthly data frames.