Consider using read_csv() rather than using read.csv() #480
Labels
status:refer to cac
Curriculum Advisory Committee input needed
type:discussion
Discussion or feedback about the lesson
In the 'starting-with-r' lesson, is there a reason not to use read_csv() as opposes to read.csv()? I suppose it comes down to whether or not the lessons want to introduce the readr package, and the tidyverse early on. read_csv() is much faster for large datasets compared to read.csv(), read_csv() also treats strings more consistently. Using read_csv() you can also point directly to urls, perhaps obviating the need for download.file().
The text was updated successfully, but these errors were encountered: