Learn R Programming

easyr (version 0.5-11)

clear.cache: Clear Cache

Description

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

Usage

clear.cache(cache = NULL)

Value

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

Arguments

cache

The cache list to clear.

Examples

Run this code
# this will only have an effect if a current cache exists.
if (FALSE) {
  clear.cache()
}

Run the code above in your browser using DataLab