View source: R/get_education_data_summary.R
get_education_data_summary | R Documentation |
Obtain data from the Urban Institute Education Data Portal API summary endpoint functionality.
get_education_data_summary(
level,
source,
topic = NULL,
subtopic = NULL,
stat = NULL,
var = NULL,
by = NULL,
filters = NULL
)
level |
API data level to query |
source |
API data source to query |
topic |
API data topic to query |
subtopic |
Optional additional parameters to pass to an API call. Only applicable to certain endpoints. |
stat |
Summary statistic to be calculated. Valid options |
var |
Variable to be summarized. |
by |
Variable(s) to group results by. |
filters |
Optional 'list' of query values to filter an API call |
A 'data.frame' of aggregated education data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.