Learn R Programming

BioInstaller (version 0.3.7)

copy_configs: Function to copy the default configuration file of BioInstaller

Description

Function to copy the default configuration file of BioInstaller

Usage

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)

Arguments

config_dir

The destdir to store plugins [~/.BioInstaller]

template_dir

The template dir system.file('extdata', 'config/shiny/', package = 'BioInstaller')

pattern

Used in list.files ['shiny.config.yaml']

auto_create

Auto create dir, default is FALSE

Examples

Run this code
# NOT RUN {
copy_configs(tempdir())
# }

Run the code above in your browser using DataLab