Learn R Programming

biomartr (version 1.0.7)

cachedir: Get directory to store back end files like kingdom summaries etc

Description

Get directory to store back end files like kingdom summaries etc

Usage

cachedir(non_temp_cache = "~/.biomartr_cache_dir.rds")

Value

reads the rds file, and returns the path for local cache, if not existing, use tempdir().

Arguments

non_temp_cache

"~/.biomartr_cache_dir.rds",

See Also

Other cachedir: cachedir_set()

Examples

Run this code
cachedir()

Run the code above in your browser using DataLab