Skip to content

natvau/gettingAndCleaningData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Getting the tidy data

Download the data

url <- "https://d396qusza40orc.cloudfront.net/getdata%2Fprojectfiles%2FUCI%20HAR%20Dataset.zip" 
download.file(url=url, destfile="data", method="curl")
unzip(zipfile="data")

Copy run_analysis.R file

url <-"https://raw.githubusercontent.com/natvau/gettingAndCleaningData/master/run_analysis.R"
download.file(url=url, destfile="run_analysis.R", method="curl")

Source the file

source("run_analysis.R")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages