Skip to content

worldbank 0.7.0

Choose a tag to compare

@m-muecke m-muecke released this 10 Nov 11:32
  • Added optional request caching to improve performance for repeated queries.
    Enable with options(worldbank.cache = TRUE). Cache duration can be customized
    with worldbank.cache_max_age (default: 1 day).
  • New functions wb_cache_delete() and wb_cache_dir() to manage the cache.