- Migration to data.table package. Internal data manipulation is now done using data.table and all functions return data.table objects.
- Support for Swiss National Bank (SNB) data.
- New function
ecb_euro_rates()
to get euro foreign exchange reference rates from the European Central Bank (ECB).
- Support for European Central Bank (ECB) data.
- Prefix in function name has changed from
bb_
tobbk_
. - Allow multiple keys in
bbk_data()
. - Dynamically parse column names in
bbk_data()
. - Support for
/data/flowRef
endpoint.
- Remove missing rows in
bb_series()
. - Better title and unit parsing for
bb_series()
.
- Initial CRAN submission.