Errata / Additions

  • when reading in tab-delimited data, be careful when the dataset includes a ‘hash’ symbol (#)
  • read.table() by default assumes that anything after a # is a comment and not actual data
  • can change this via the comment.char argument (or use read.delim())