Learn R Programming

openesm (version 0.1.2)

clear_cache: Clear the openesm cache

Description

Removes all cached openesm data from your local machine.

Usage

clear_cache(force = FALSE)

Value

Invisibly returns NULL.

Arguments

force

Logical. If TRUE, will not ask for confirmation before deleting. Default is FALSE.

Examples

Run this code
# \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