View source: R/downloadPIAAC.R
downloadPIAAC | R Documentation |
Uses an Internet connection to download PIAAC data to a computer. Data come from the OECD website.
downloadPIAAC(root, cycle = 1, cache = FALSE, verbose = TRUE)
root |
a character string indicating the directory where the PIAAC data should be stored. Files are placed in a folder named PIAAC/cycle [cycle number]. |
cycle |
a numeric value indicating the assessment cycle to download. Valid cycle is 1 only. |
cache |
a logical value set to process and cache the text (.txt) version of files.
This takes a very long time but saves time for future uses of
the data. Default value is |
verbose |
a logical value to either print or suppress status message output.
The default value is |
Eric Buehler, Paul Bailey, and Trang Nguyen
## Not run:
# download all available data for PIAAC round 1 to "~/PIAAC/Round 1" folder
# root argument will vary by operating system conventions
downloadPIAAC(root="~/")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.