cache {cacher}R Documentation

Return cache directory

Description

Return the path to the current cache directory

Usage

cache()

Value

A string indicating the path to the current cache directory.

Examples

setConfig("cachedir", "mycachedir")
cache()

[Package cacher version 1.0 Index]