Reading data from a file

  • Use {readr} 📦 (part of the {tidyverse})
  • CSV (comma-separated values) = most common rectangular data filetype
  • 1st row = header row = column names
  • Other rows = data
  • Columns separated (“delimited”) by commas