Folder
-
test - folder that stores all "test" raw files
-
train - folder that stores all "train" raw files
File
-
CodeBook.md - describes the variables, the data, and any transformations or work that we performed to clean up the data.
-
README.md - describes how all of the scripts work and how they are connected.
-
run_analysis.R - R code to perform data cleasing and transformation.
-
output.txt - output file
- Download files into your local drives.
- Set working directory to directory that stores files from step 1
- Load run_analysis function into your environment using: source('~/.../run_analysis.R') (... = your directory)
- execute run_analysis using "run_analysis()"
- output.txt should be generated into your working directory