get_ideb_series() is deprecated because the new get_ideb() already
returns data in long format with all historical editions.
Use get_ideb(level, stage, metric) instead.
See also
Other IDEB functions:
get_ideb(),
list_ideb_available()
Examples
if (FALSE) { # \dontrun{
# deprecated: use get_ideb() instead
ideb <- get_ideb("municipio", "anos_iniciais", "indicador")
} # }