cache: Return cache directory

View source: R/cache.R

cacheR Documentation

Return cache directory

Description

If the cache folder does not exist, and createPermanent = FALSE, a temporary location is used. To make the cache permanent, call

Usage

cache(..., delete = FALSE, createPermanent = FALSE)

Arguments

...

sub caches

delete

if TRUE, the cache directory will be deleted.

createPermanent

if TRUE, the folder will be created. This is done, when delete = TRUE after deleting the directory.

Details

cache(createPermanent = TRUE)

and restart your R session.

Value

fully qualified path to the cache folder


Exp-Micro-Ecol-Hub/dmdScheme documentation built on Aug. 31, 2022, 3:17 p.m.