pkgCacheDir | R Documentation |
Create a local cache directory for a package
pkgCacheDir(pkg)
pkg |
|
Requires the tools package to be installed.
character(1)
.
Directory path.
Updated 2023-09-28.
tools::R_user_dir()
.
rappdirs::user_cache_dir()
.
Sys.getenv("R_USER_CACHE_DIR")
.
Sys.getenv("XDG_CACHE_HOME")
.
BiocFileCache package.
dir <- pkgCacheDir(pkg = "AcidBase")
print(dir)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.