To use the script
- put the original data folder(UCI HAR Dataset) in the same folder with run_analysis.R
- double click run_analysis.R to open it in R studio
- click source button to source the code
- in console, type
process()and press enter
The results will be exported to result.txt.
To reload results into R use command:
dget("result.txt")