Learn R Programming

ecoseries (version 0.1.4)

series_ipeadata: A function to extract IPEA series using their API

Description

A function to extract IPEA series using their API

Usage

series_ipeadata(arg1, ..., periodicity = c("Y", "D"), save = "")

Arguments

arg1

ipea series number.

...

More series number.

periodicity

A string specifying the periodicity.

save

A string specifying if data should be saved in csv or xlsx format. Defaults to not saving.

Examples

Run this code
# NOT RUN {
# ipea=series_ipeadata(162225812, periodicity = c("D")) 
# }

Run the code above in your browser using DataLab