From 5ae95b342eefb7a67b203092599d45fa52a0dac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franc=CC=A7ois?= Date: Sat, 13 Dec 2014 21:59:10 +0100 Subject: [PATCH] bugfix --- code/022_variables.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/022_variables.R b/code/022_variables.R index 20c2df0..f680a06 100644 --- a/code/022_variables.R +++ b/code/022_variables.R @@ -17,7 +17,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") }