powered by
Returns a list with available database about the requested series.
ipeadata(code, language = c("en", "br"), quiet = FALSE)
A character vector with Ipeadata code.
String specifying the selected language. Language options are English ("en", default) and Brazilian Portuguese ("br").
"en"
"br"
Logical. If FALSE (default), a progress bar is shown.
FALSE
A data frame containing Ipeadata code, date, value, territorial unit name and country or territorial code of requested series.
This R package uses the Ipeadata API. For more information go to http://www.ipeadata.gov.br/.
available_series, available_territories
available_series
available_territories
# NOT RUN { # Data from # "PAN_RRPE": Average real income from effective main work, Brazil data <- ipeadata(code = "PAN_RRPE", language = "br") # } # NOT RUN { # }
Run the code above in your browser using DataLab