Skip to content

Commit

Permalink
Update run_analysis.R
Browse files Browse the repository at this point in the history
  • Loading branch information
semenoffalex committed Apr 27, 2014
1 parent 6d11982 commit 229eff4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run_analysis.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# R script for Getting and Cleaning Data Project
# It should work provided that you unzipped UCI HAR Dataset into the same directory
# The link for UC HAR Dataset: https://d396qusza40orc.cloudfront.net/getdata%2Fprojectfiles%2FUCI%20HAR%20Dataset.zip

# 1. Preparing column for "Subject" variable
subj_train <- read.table("UCI HAR Dataset/train/subject_train.txt", header=F)
Expand Down

0 comments on commit 229eff4

Please sign in to comment.