Delete all .rds files from the sotkanet cache directory.
Usage
sotkanet_clean_cache(cache_dir = NULL)
Arguments
- cache_dir
A path to the cache directory. If `NULL` (default) tries to clean default
temporary cache directory.
Examples
if (FALSE) { # \dontrun{
SotkanetCleanCache()
} # }