BFCOption | R Documentation |
BFCOption These functions help get and set an R variable CACHE that controls the default caching location.
setBFCOption(arg, value)
arg |
character(1) option to get or set |
value |
The value to be assigned to the designated option |
Currently the only supported option is CACHE. This controls the default
location of the BiocFileCache caching directory. By default the value is
established by tools::R_user_dir("BiocFileCache",which="cache")
. This
value can also be defaultly set by using system and global environment
variables visible before the package is loaded. The variable that
should be set if utilized is “BFC_CACHE”
Value of request option or invisible successfully set option
Lori Shepherd
origPath = getBFCOption('CACHE')
setBFCOption('CACHE', "~/.myBFC")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.