copy_configs: Function to copy the default configuration file of...

Description Usage Arguments Examples

View source: R/web.R

Description

Function to copy the default configuration file of BioInstaller

Usage

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)

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

1

BioInstaller documentation built on May 1, 2019, 11:17 p.m.