Learn R Programming

ProjectTemplate (version 0.11.0)

clear.cache: Clear data sets from the cache

Description

This function remove specific (or all by default) named data sets from the cache directory. This will force that data to be read in from the data directory next time load.project is called.

Usage

clear.cache(...)

Value

Success or failure is reported

Arguments

...

A sequence of character strings of the variables to be removed from the cache. If none given, then all items in the cache will be removed.

Examples

Run this code
library('ProjectTemplate')
if (FALSE) {
clear.cache("x", "y", "z")
}

Run the code above in your browser using DataLab