Reset Cache and Update all Local Data

reset_cache()

Value

Null

Examples

## Code reset_cache
#> function () #> { #> unlink(".cache", recursive = TRUE) #> cache <- memoise::cache_filesystem(".cache") #> return(invisible(NULL)) #> } #> <bytecode: 0x7ff8ee1a4560> #> <environment: namespace:NCoVUtils>