Learn R Programming

csodata (version 1.4.2)

cso_clear_cache: Clear csodata cache

Description

Deletes all data cached by the csodata package. The cached data from the csodata package is stored in a subdirectory of the default R.cache cache at R.cache::getCachePath(). This function provides a quick way to delete those files along with the directory to free up space.

Usage

cso_clear_cache()

Arguments

Value

Does not return a value, deletes the csodata cache.

Examples

Run this code
if (FALSE) {
cso_clear_cache()
}

Run the code above in your browser using DataLab