epiforecasts / covidregionaldata

An interface to subnational and national level COVID-19 data. For all countries supported, this includes a daily time-series of cases. Wherever available we also provide data on deaths, hospitalisations, and tests. National level data is also supported using a range of data sources as well as linelist data and links to intervention data sets.
https://epiforecasts.io/covidregionaldata/
Other
37 stars 18 forks source link

Add memoise support for download_JSON #421

Closed seabbs closed 2 years ago

seabbs commented 2 years ago

download_JSON currently doesn't support caching in the way that other package download functions do. Adding memoise support for this function would give feature parity and avoid downloading datasets multiple times.

github-actions[bot] commented 2 years ago

This issue has been flagged as stale due to lack of activity