generateCache {R.cache}R Documentation

Generates a cache pathname from a key object

Description

Generates a cache pathname from a key object.

Usage

## Default S3 method:
generateCache(key=NULL, suffix=".Rcache", ...)

Arguments

key A list or an environment from which a hexadecimal key will be generated and that will constitute the name part of the cache filename.
suffix A character string to be appended to the end of the filename.
... Arguments passed to getCachePath().

Value

Returns the path as a character string.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)


[Package R.cache version 0.1.7 Index]