cache {cacher}R Documentation

Set/Return cache directory

Description

Set/Return the path to the current cache directory

Usage

cache()
setcache(dir)

Arguments

dir directory name

Value

A string indicating the path to the current cache directory.

Examples

setcache("mycachedir")
cache()

[Package cacher version 1.1 Index]