Files or folder | Explanation |
---|---|
rawdata/ |
Folder containing all the raw data downloaded from the course website |
tidydata/ |
Folder containing the exported tidy data set |
CodeBook.md |
File that describes the variables, the data, and all transformations performed to clean up the data |
README.md |
File that describes how to use the script |
run_analysis.R |
File containing the script to actually perform the data set clean up operations |
- Download or clone the repository
- Open the root folder in R Studio
- Change the working directory to point to the root folder
- Run the
run_analysis.R
in R Studio
The script will output a file named df_tidy_data.txt
in the tidydata/
folder
Data are described in the CodeBook.md file
All data transformations are described in the CodeBook.md file