Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ncarchedi committed Aug 25, 2014
2 parents ce8c792 + b57eb41 commit e4b2b2f
Show file tree
Hide file tree
Showing 2 changed files with 952 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Regression_Models/MultiVar_Examples3/initLesson.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@
file.copy(from=file.path(find.package("swirl"),
"Courses/Regression_Models/MultiVar_Examples3/hunger.csv"),
to="hunger.csv")
hunger <-read.csv(paste(getwd(),"hunger.csv",sep="/"))

hunger <-read.csv(file.path(find.package("swirl"),
"Courses/Regression_Models/MultiVar_Examples3/hunger.csv"))
Loading

0 comments on commit e4b2b2f

Please sign in to comment.