treasury 0.5.0
- Add optional caching of API responses via
options(treasury.cache = TRUE). Cached responses are stored for 1 day by default and can be customized withoptions(treasury.cache_max_age = seconds). Usetr_cache_dir()to find the cache location andtr_cache_clear()to clear it.