run_analysis.R contains the R script for Getting and Cleaning Data Project.The goal of the project is to collect and clean the UHC HAR dataset.
Steps within the R script: 1.setup directory 2. Read files 3. Name the columns 4. Merge data sets into one single dataset and only keep the measurements on the mean and standard deviation 5. Get a tidy dataset 6. Output the 2 tables (tidy dataset & original dataset)