ipeadata: Returns a database about the requested series

Description Usage Arguments Value Note References See Also Examples

Description

Returns a list with available database about the requested series.

Usage

1
ipeadata(code, language = c("en", "br"), quiet = FALSE)

Arguments

code

Vector with Ipeadata code.

language

String specifying the selected language. Language options are English ("en", default) and Brazilian portuguese ("br").

quiet

Logical. If FALSE (default), a progress bar is shown.

Value

A data frame containing Ipeadata code, date, value, territorial unit name and country or territorial code of requested series.

Note

The Ipeadata codes may be required by available_series().

References

This R package uses the Ipeadata API. For more information go to http://www.ipeadata.gov.br/api/.

See Also

available_series, available_territories

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
# Data from
# "JPM366_EMBI366": J.P. Morgan Emerging Markets Bond Index (EMBI+), Brazil
# "SGS366_NASDAQ366": Nasdaq Composite Index - closed
data <- ipeadata(code = c("JPM366_EMBI366", "SGS366_NASDAQ366"))

# Data from
# "PRECOS12_IPCA12": Extended National Consumer Price Index (IPCA), Brazil
# in Brazilian portuguese
dataBR <- ipeadata(code = "PRECOS12_IPCA12", language = "br")

# Regional data from
# "CONSUMOTOT": Electric energy consumption, Brazil
dataReg <- ipeadata(code = "CONSUMOTOT")

jessgoltara/pkg-ipeadata documentation built on May 30, 2019, 1:31 p.m.