wilsonfreitas / rbcb

R interface to Brazilian Central Bank web services
https://wilsonfreitas.github.io/rbcb/
Other
91 stars 20 forks source link

Set timeseries classes to implement special methods #36

Open wilsonfreitas opened 4 years ago

wilsonfreitas commented 4 years ago

Name the returned timeseries of functions:

with an additional class named rbcbTimeSeries, for example.

This class can used to implement methods that:

wilsonfreitas commented 2 years ago

The series object must be improved.

SGS series have the following attributes:

many of these informations can be obtainded thru web scraping, it should be very good if it could be accessed thru an API.

The new object can inherits the base class (dataframe, tibble, or other) and might have an attribute called info. The print/show method calls the ancestor method.

Smart methods should be created to make convertions in frequency, pex.