Version Control Basic

Importing Data


This is a follow up to First Commit.

  1. Download a copy of the main data file and save it to the a data subdirectory in your project folder.
  2. Commit this file to version control.
  3. Add some code to houseelf-analysis.R that imports the data into R.
  4. Commit these changes to version control