Lessson introduction


Putting it together


  • it is always good to do preliminary investigations of new data
  • there are often many ways to achieve the same goal, describing them with plain English or pseudocode can help you choose an approach
  • the read_delimited() function can read tabular data from multiple file formats
  • joins are powerful ways to combine multiple datasets
  • it is a good idea to plan out the steps of your data cleaning and combining