ropensci / rb3

A bunch of downloaders and parsers for data delivered from B3
https://docs.ropensci.org/rb3/
Other
71 stars 28 forks source link

cdi_get caches downloaded data, but it shouldn't #51

Closed wilsonfreitas closed 2 years ago

wilsonfreitas commented 2 years ago

get_cdi function does not have a refdate argument and it caches the downloaded data. Furtherly it doesn't have arguments use_cache and cache_folder for cache handling. This is a mess because once the data is downloaded and cached, it is not updated after the source is changed.

wilsonfreitas commented 2 years ago

Use do_cache = FALSE in download_marketdata and read_marketdata solves temporarily.

wilsonfreitas commented 2 years ago

Solved