powered by
Function to copy the default configuration file of BioInstaller
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)
The destdir to store plugins [~/.BioInstaller]
The template dir system.file('extdata', 'config/shiny/', package = 'BioInstaller')
Used in list.files ['shiny.config.yaml']
list.files
Auto create dir, default is FALSE
# NOT RUN { copy_configs(tempdir()) # }
Run the code above in your browser using DataLab