generateCache {R.cache}R Documentation

Generates a cache pathname from a key list object

Description

Generates a cache pathname from a key list object.

Usage

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

Arguments

key An object from which a hexadecimal hash code will be generated and appended to the filename.
suffix A character string to be appended to the end of the filename.
... Arguments passed to getCachePath().

Details

Value

Returns the path as a character string.

Author(s)

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


[Package R.cache version 0.1.5 Index]