copy_plugins: Function to copy the default plugins of BioInstaller

Description Usage Arguments Examples

View source: R/web.R

Description

Function to copy the default plugins of BioInstaller

Usage

1
2
3
4
copy_plugins(plugin_dir = "~/.BioInstaller/plugins",
  template_dir = system.file("extdata", "config/shiny/", package =
  "BioInstaller"), pattern = "shiny.*.parameters.toml",
  auto_create = FALSE)

Arguments

plugin_dir

The destdir to store plugins [~/.BioInstaller/plugins]

template_dir

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

pattern

Used in list.files ['shiny.*.parameters.toml']

auto_create

Auto create dir, default is FALSE

Examples

1

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