clear.cache: Clear Cache

View source: R/cache.R

clear.cacheR Documentation

Clear Cache

Description

Clears all caches or the cache related to the passed cache info list.

Usage

clear.cache(cache = NULL)

Arguments

cache

The cache list to clear.

Value

FALSE if a cache info list item is passed in order to assist other functions in returning this value, otherwise NULL.

Examples

# this will only have an effect if a current cache exists.
## Not run: 
  clear.cache()

## End(Not run)


easyr documentation built on March 31, 2023, 6:22 p.m.

Related to clear.cache in easyr...