downloadNHES | R Documentation |
Provides instructions to download the public-use National Household Education Survey (NHES) data in SPSS (*.sav) format
for use with the readNHES
function.
The data originates from the NCES Online Codebook zip files.
This function works for data from the years
1991, 1993, 1995, 1996, 1999, 2001, 2003, 2005, 2007, 2012, 2016, and 2019.
downloadNHES(
years = c(1991, 1993, 1995, 1996, 1999, 2001, 2003, 2005, 2007, 2012, 2016, 2019)
)
years |
an integer vector of the assessment years. Valid years are 1991, 1993, 1995, 1996, 1999, 2001, 2003, 2005, 2007, 2012, 2016, and 2019. The instructions are the same for each year, this is used as reference only. |
The NHES data files are additionally available from the NHES data product page. However, the data files provided at that page do not include all available years of data, and contain inconsistent data file formats.
Tom Fink
readNHES
## Not run:
#view instructions to manually download NHES data
downloadNHES()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.