Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.06 KB

File metadata and controls

19 lines (15 loc) · 1.06 KB

get-and-cleaning-data_course-project

Course project for Coursera course Getting and Cleaning Data from JHU

Description

run_analysis.R is a self-contained R script. It will:

Dependencies

  • here to build platform independent path https://cran.r-project.org/package=here
  • memisc to create codebook
  • knitr to produce html (by default knitr is installed by Rstudio)
  • tidyverse for data manipulation