ingmmurillo / tidydata

Coursera Getting and Cleaning Data Course Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting and Cleaning Data Course Project

Instructions

  • Clone this repository in your machine
  • Set the working directory using the path of the cloned repository. For example:
setwd("/Users/mmurillo/R/tidydata")
  • Load the run_analysis.R script
source("run_analysis.R")
  • Execute the function run() to start the script
run()

NOTE the script automatically downloads and unzips the file with the data.

Required R Packages

  • plyr v1.8.2
  • dplyr v0.4.2

About

Coursera Getting and Cleaning Data Course Project


Languages

Language:R 100.0%