# NOT RUN {
# root argument will vary by operating system conventions
downloadTIMSSAdv(year=c(2008, 2015), root = "C:/")
# cache=TRUE will download then process the datafiles
downloadTIMSSAdv(year=2015, root = "C:/", cache = TRUE)
# set verbose=FALSE for silent output
# if year not specified, download all years
downloadTIMSSAdv(root="C:/", verbose = FALSE)
# }
Run the code above in your browser using DataLab