Description Usage Arguments Value Examples
Get variable names from the NCES's Common Core of Data for year 2009 to 2016
1 | get_ccd_vars(endyear = 2016, View = F)
|
endyear |
A numeric year indicated the end year of a school year (e.g., 2016 to get 2015-2016 data). |
View |
Do you want to View the data frame in the R data viewer |
A tibble with variable names, descriptions, and miscellaneous information
1 2 3 | # Get variables from all schools in New York state for the 2014-2015 school year.
library(ccdr)
ny_vars <- get_ccd_vars(endyear = 2015, View = F)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.