wilsonfreitas / rbcb

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

Change the column names in currency tables #22

Closed wilsonfreitas closed 2 years ago

wilsonfreitas commented 6 years ago

The get_currency function returns a data.frame with columns bid and ask.

The columns should have the name of the currency: EUR.bid and EUR.ask.

With this feature we could return multiple series with one call.