Getting and Cleaning Data Project
How to run
- open a R console or other R IDE.
- set the root directory as working directory.
- run command
source("run_analysis.R")
to load the file. - call function
analysis()
to get the tidy data
##Script structure
- run_analysis.R
- read_and_merge_data.R
- extract.R