title | author | date | output |
---|---|---|---|
README |
Morozov Gleb |
Saturday, March 21, 2015 |
html_document |
'run_analysis.R' script does the following action sequence:
- Downloading and extracting raw data
- Required packages are "dplyr" and "tidyr"
- Reading test and train datasets
- Merges the training and the test sets to create one data set.
- Extracts only the measurements on the mean and standard deviation for each measurement.
- Transforming column names in readable form.
- Creating the second dataset from the first one. The new dataset contains only average values of all observations of the 1st dataset for each activity and each subject.