Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 621 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 621 Bytes

tidydataassignment

This code will do the following.

  1. Load dplyr package.
  2. Load zipped file with dataset.
  3. Create individual data frames from each text file. While creating data frames, unzip the text file.
  4. Merge the training and test data sets.
  5. Create a new data frame with only mean and standard deviations for each measure.
  6. Adjust the names of activities so they reflect the descriptive activity name.
  7. Change labels of variable to full names, so abbreviations are not in data frame.
  8. Create new data frame with only the mean of each measure.
  9. Print new data frame in a text file.