R/utils.R
cachedir_set.Rd
Set directory to store back end files like kingdom summaries etc
cachedir_set(path)
the path to cache dir, example "~/Bio_data/biomartr_cache/"
invisible(NULL), only save the file to path location
Other cachedir: cachedir()
cachedir()
# By default it is tempdir() cachedir() #> [1] "/tmp/RtmpvLAjGi" # cachedir_set("~/Bio_data/biomartr_cache/") cachedir() #> [1] "/tmp/RtmpvLAjGi"