setCacheDir {cacheSweave}R Documentation

Set Cache Directory

Description

Set/Get cache directory where files are stored

Usage

setCacheDir(path)
getCacheDir()

Arguments

path character, directory where cache files will be stored

Details

setCacheDir will create the cache directory if it does not already exist. When the package cacheSweave is loaded, the cache directory is initially set to the current directory (".").

Value

getCacheDir returns the current cache directory.

Author(s)

Roger D. Peng rpeng@jhsph.edu


[Package cacheSweave version 0.1 Index]