Learn R Programming

ecoseries (version 0.1.4)

series_bacen: A function to extract BACEN series using their API

Description

A function to extract BACEN series using their API

Usage

series_bacen(x, from = "", to = "", save = "")

Arguments

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.

Examples

Run this code
# NOT RUN {
bacen = series_bacen(x=c(2465, 1242))
# }

Run the code above in your browser using DataLab