clear.cache: Clear data sets from the cache

Description Usage Arguments Value Examples

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

1

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.

Value

Success or failure is reported

Examples

1
2
3
4
5
library('ProjectTemplate2')
## Not run: 
clear.cache("x", "y", "z")

## End(Not run)

connectedblue/ProjectTemplate2 documentation built on May 17, 2019, 2:46 p.m.