getsgs | R Documentation |
Extracts data from Central Bank of Brazil statistical database Time Series Management System (SGS).
getsgs(namex, numberx)
namex |
A vector of strings containing names of series chosen by user. |
numberx |
An integer vector representing the number of each series in SGS database. |
Tibble
## Not run:
# 433 ipca (cpi)
# 11427 ex0 (core inflation)
n <- c(433, 11427)
x <- c("ipca", "ex0")
inf <- getsgs(x, n)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.