powered by
Removes all cached openesm data from your local machine.
clear_cache(force = FALSE)
Invisibly returns NULL.
NULL
Logical. If TRUE, will not ask for confirmation before deleting. Default is FALSE.
TRUE
FALSE
# \donttest{ # clear cache with confirmation prompt if(interactive()) { clear_cache() } # force clear without confirmation clear_cache(force = TRUE) # }
Run the code above in your browser using DataLab