Description Usage Arguments Examples
A function to extract BACEN series using their API
1  | series_bacen(x, from = "", to = "", save = "")
 | 
x | 
 Bacen series numbers. Either an integer or a numeric vector.  | 
from | 
 A string specifying where the series shall start.  | 
to | 
 A string specifying where the series shall end.  | 
save | 
 A string specifying if data should be saved in csv or xlsx format. Defaults to not saving.  | 
1  | bacen = series_bacen(x=c(2465, 1242))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.