From eca6af4e8f65fd23389c467cd4c29bb5386df94e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franc=CC=A7ois?= Date: Sat, 13 Dec 2014 21:53:31 +0100 Subject: [PATCH] bugfix --- 022_variables.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/022_variables.Rmd b/022_variables.Rmd index cab49ea..0f660c6 100644 --- a/022_variables.Rmd +++ b/022_variables.Rmd @@ -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") }