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