Skip to content

Commit

Permalink
fixing bug report, "problem loading lesson 8 in Swirl Regression," on…
Browse files Browse the repository at this point in the history
… Coursera forums.
  • Loading branch information
WilCrofter committed Jun 8, 2014
1 parent 3d9bf7e commit 5271ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Regression_Models/MultiVar_Examples3/initLesson.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
file.copy(from=file.path(find.package("swirl"),
"Courses/Regression_Models/MultiVar_Examples3/hunger.csv"),
to="hunger.csv")
hunger <-read.csv(paste(getwd(),"Regression_Models/MultiVar_Examples3/hunger.csv",sep="/"))
hunger <-read.csv(paste(getwd(),"hunger.csv",sep="/"))

0 comments on commit 5271ac2

Please sign in to comment.