R/get_education_data.R
get_education_data.Rd
Obtain data from the Urban Institute Education Data Portal API
get_education_data(
level = NULL,
source = NULL,
topic = NULL,
subtopic = NULL,
by = NULL,
filters = NULL,
add_labels = FALSE,
csv = FALSE,
verbose = TRUE
)
API data level to query
API data source to query
API data topic to query
Optional 'list' of grouping parameters to pass to an API call
DEPRECATED in favor of `subtopic`
Optional 'list' of query values to filter an API call
Add variable labels (when applicable)? Defaults to FALSE.
Download the full csv file? Defaults to FALSE.
Print messages and warnings? Defaults to TRUE.
A `data.frame` of education data