Learn R Programming

simpleRCache (version 0.3.3)

setCacheRootPath: Set Cache Root Path

Description

Set Cache Root Path

Usage

setCacheRootPath(path = tempdir())

Arguments

path

the cache root directory (DEFAULT: a temporary directory, but this can be change to a more permanent location)

Examples

Run this code
# NOT RUN {
setCacheRootPath()
# }
# NOT RUN {
setCacheRootPath("~/.simpleRCache")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab