Skip to contents

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.

Value

fully qualified path to the cache folder

Details

cache(createPermanent = TRUE)

and restart your R session.