Skip to contents

Set directory to store back end files like kingdom summaries etc

Usage

cachedir_set(path)

Arguments

path

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

Value

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

See also

Other cachedir: cachedir()

Examples

# By default it is tempdir()
cachedir()
#> [1] "/tmp/Rtmpe54OYF"
# cachedir_set("~/Bio_data/biomartr_cache/")
cachedir()
#> [1] "/tmp/Rtmpe54OYF"