Equivalent to calling c19_bg_data(reload = TRUE, redownload = redownload) and c19_eu_data(reload = TRUE, redownload = redownload)

c19_reload(redownload = FALSE)

Arguments

redownload

whether to refresh all datasets from the Internet.

See also

Other data funcs: c19_bg_data(), c19_eu_data(), c19_nsi_data()

Examples

if (FALSE) { c19_reload() c19_reload(redownload = TRUE) }