Learn R Programming

dmdScheme (version 1.3.5)

cache: 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)

Value

fully qualified path to the cache folder

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.