6.1 Loading datasets

look at read_ set of functions

  • skip number of rows
  • comments can be skipped
  • col_names for no column names
    • manually pass in column names
  • na specifies what is “missing”

in base R, read_csv, data.table::fread()

string as factors! useing readr compared to base R