Deletes cached ENMODS data files. Use with caution as this will require re-downloading data. In interactive mode, prompts for confirmation before deletion.
Examples
if (FALSE) { # \dontrun{
# Remove all cached data
cache_remove()
# Remove specific data types
cache_remove(types = c("this_yr", "yr_2_5"))
# Remove just historic data
cache_remove(types = "historic")
} # }