Description Usage Arguments Examples
Function to copy the default configuration file of BioInstaller
1 2 3 4 | copy_configs(config_dir = "~/.BioInstaller/",
template_dir = Sys.getenv("BIOINSTALLER_SHINY_CONFIG",
system.file("extdata", "config/shiny/", package = "BioInstaller")),
pattern = "shiny.config.yaml", auto_create = FALSE)
|
config_dir |
The destdir to store plugins [~/.BioInstaller] |
template_dir |
The template dir system.file('extdata', 'config/shiny/', package = 'BioInstaller') |
pattern |
Used in |
auto_create |
Auto create dir, default is FALSE |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.