Skip to contents

The local polio cache is created when get_all_polio_data() is called with local_caching = TRUE. The function clears the cache by deleting all the files within it.

Usage

clear_local_polio_data_cache()

Value

NULL, invisibly.

Examples

if (FALSE) { # \dontrun{
clear_local_polio_data_cache()
} # }