cso_clear_cache {csodata}R Documentation

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()

Value

Does not return a value, deletes the csodata cache.

Examples

## Not run: 
cso_clear_cache()

## End(Not run)

[Package csodata version 1.4.2 Index]