Importing data in the tidyverse
Alison Hill Alison Hill
685 subscribers
2,336 views
17

 Published On Mar 13, 2021

In this video, I demonstrate how to use the readr package to read in a CSV file where there are multiple header rows at the top of the file. We want to keep the column names, but trash the second row of metadata. Warning: I incorrectly stated that readr's heuristic scans the first 100 rows to guess column types- it is the first 1000 rows.

Read along with this blog post: https://alison.rbind.io/post/read-mul...

show more

Share/Embed