powered by
Downloads and combines IDEB data across multiple years to create a historical series.
get_ideb_series( years = NULL, level = c("escola", "municipio"), stage = c("anos_iniciais", "anos_finais", "ensino_medio"), uf = NULL, quiet = FALSE )
A tibble with IDEB data for all requested years.
Vector of years to include (default: all available).
The aggregation level.
The education stage.
Optional. Filter by state.
Logical. If TRUE, suppresses progress messages.
TRUE
if (FALSE) { # get IDEB history for municipalities ideb_hist <- get_ideb_series( years = c(2017, 2019, 2021), level = "municipio", stage = "anos_iniciais" ) }
Run the code above in your browser using DataLab