Learn R Programming

rclimateca (version 1.0.3)

clear_cache: Cache options

Description

Clears the local cache of downloaded files (by default in the ec.cache folder in the working directory).

Usage

clear_cache(cache = "ec.cache")

set_default_cache(cache = "ec.cache")

get_default_cache()

Arguments

cache

A folder name where cached files should be stored.

Examples

Run this code
# NOT RUN {
clear_cache()

# }

Run the code above in your browser using DataLab