get_ccd_vars: Get variable names from the NCES's Common Core of Data for...

Description Usage Arguments Value Examples

Description

Get variable names from the NCES's Common Core of Data for year 2009 to 2016

Usage

1
get_ccd_vars(endyear = 2016, View = F)

Arguments

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

Value

A tibble with variable names, descriptions, and miscellaneous information

Examples

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)

ramorel/ccdr documentation built on May 12, 2019, 6:17 p.m.