cis-ds / course-site

Course site for Computing for Information Science (INFO 5940)
43 stars 41 forks source link

HW04 - adapting to vectorized read_csv() #318

Open bensoltoff opened 3 years ago

bensoltoff commented 3 years ago

readr::read_csv() can now import multiple files in a single operation. Kind of completely negates the value of the second part of the homework assignment.

I like the data, but I am not sure how to reasonably force practice with function writing and iterative operations in this new age. Think about alternative assignments or how to revise and keep this one fresh.