View source: R/utils_directory_config.R
config_file | R Documentation |
Get path for ORFik config in cache
config_file(
cache = BiocFileCache::getBFCOption("CACHE"),
query = "ORFik_config",
ask = interactive(),
old_config_location = "~/Bio_data/ORFik_config.csv"
)
cache |
path to bioc cache directory with rname from query argument.
Default is: |
query |
default: "ORFik_config". Exact rname of the file in cache. |
ask |
logical, default interactive(). |
old_config_location |
path, old config location before BiocFileCache implementation. Will copy this to cache directory and delete old version. This is done to follow bioc rules on not writing to user home directory. |
a file path in cache
config_file()
# Another config path
config_file(query = "ORFik_config_2")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.