This repository contains the files for course project Getting and Cleaning Data on Coursera.
This repository contains the following files:
README.md- this filerun_analysis.R- R script to get and clean datatidy_data.csv- Tidy dataset serialized as CSV (with first row containing headers)CodeBook.md- Data dictionary for tidy data set
R environment is required to run the 'run_analysis.R' script. No additional libraries are required.
It is assumed that the working directory is set to the location of the script (use setwd()
function for that.)