Learn R Programming

biomartr (version 1.0.7)

cachedir_set: Set directory to store back end files like kingdom summaries etc

Description

Set directory to store back end files like kingdom summaries etc

Usage

cachedir_set(path)

Value

invisible(NULL), only save the file to path location

Arguments

path

the path to cache dir, example "~/Bio_data/biomartr_cache/"

See Also

Other cachedir: cachedir()

Examples

Run this code
# By default it is tempdir()
cachedir()
# cachedir_set("~/Bio_data/biomartr_cache/")
cachedir()

Run the code above in your browser using DataLab