Learn R Programming

BioInstaller (version 0.3.7)

copy_plugins: Function to copy the default plugins of BioInstaller

Description

Function to copy the default plugins of BioInstaller

Usage

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

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

Run the code above in your browser using DataLab