You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems spec_csv() still uses version 1 of readr's code, rather than the updated vroom internal: tidyverse/readr#1387 so keeping this on hold and hopefully they'll update by next year's course.
In the data import section, one could use
readr::spec_csv()
to investigate the specifications of the data without actually reading it in to memory.One negative is that vroom does not have this function, which could create some confusion in relation to why they are using vroom.
The text was updated successfully, but these errors were encountered: