Set directory to store back end files like kingdom summaries etc

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] "/var/folders/yn/mgwl8_b56hz4v2c2vlfxj07w00076j/T//Rtmp3umua6"
# cachedir_set("~/Bio_data/biomartr_cache/")
cachedir()
#> [1] "/var/folders/yn/mgwl8_b56hz4v2c2vlfxj07w00076j/T//Rtmp3umua6"