ipeadata {ipeadatar} | R Documentation |
Returns a list with available database about the requested series.
ipeadata(code, language = c("en", "br"), quiet = FALSE)
code |
A character vector with Ipeadata code. |
language |
String specifying the selected language. Language options are
English ( |
quiet |
Logical. If |
A data frame containing Ipeadata code, date, value, territorial unit name and country or territorial code of requested series.
The Ipeadata codes may be required by available_series()
.
This R package uses the Ipeadata API. For more information go to http://www.ipeadata.gov.br/.
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")
## End(Not run)