deletecache {cacher}R Documentation

Delete the cache

Description

This function clears the entire cache by deleting the cache directory

Usage

deletecache(cachedir = NULL)

Arguments

cachedir the path to the cache directory

Details

If cachedir is NULL, then the cache directory returned by cache is removed.

Value

The result of unlink is returned.


[Package cacher version 1.0 Index]