You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. run_analysis.r - In this file all the data is downloaded. It is then unzipped and transformed according to prjoject description. In the end it has the final version of the tidy data set that was returned according to course project.
2. Codebook.rmd - This is a markdown file explaining all the code in run_analysis.r in more detail. Here the variables are explained and all the transformation made to the data.
3. README.rmd - A short text file outlining the files in the repository.