Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
briatte committed Dec 13, 2014
1 parent f8a708e commit eca6af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 022_variables.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ file = "data/grades.2012.csv"
# Download the data if needed.
if (!file.exists(file)) {
# Locate the data.
url = "https://raw.github.com/briatte/ida/master/data/grades.csv"
url = "https://raw.github.com/briatte/ida/master/data/grades.2012.csv"
# Download the data.
download(url, file, mode = "wb")
}
Expand Down

0 comments on commit eca6af4

Please sign in to comment.