Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 828 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 828 Bytes

Capstone Project

####for Getting Cleaning Data Course
#####Files and folders used in this analysis:

  • CodeBook.md - Details the analysis that was performed.
  • run_analysis.R The script to be sourced to perform the analysis. EX:
result <- run_analysis()
  • spresult.txt - The tidy data set file generated by the script.
  • CodeBook.html - The generated HTML file of the CodeBook.md file.
  • README.html - The generated HTML file of the README.md file.
  • UCI HAR Dataset - This folder while not present is the data for the project which was unzipped from the data set file at this link. For details on the files in this folder please download it and see its README.txt file.