Data Challenge Lab Home

Parsing basics [wrangle]

(Builds on: Data structure basics, Manipulation basics)
(Leads to: Google sheets, Parsing details, rvest)

Most of the data you’ll want to use won’t be nicely bundled into a package. You’ll need to read it into R, parsing the file to create a tibble. The readr package contains useful functions for reading in and parsing a variety of file types.

Readings