install_app {wilson}R Documentation

Download and install Wilson Apps

Description

Download and install Wilson Apps

Usage

install_app(
  location = ".",
  remove_data = FALSE,
  start_after_install = FALSE,
  app_name = "wilson-basic",
  repository = "https://github.molgen.mpg.de/loosolab/wilson-apps"
)

Arguments

location

Where the app should be installed. Default is current location.

remove_data

If TRUE demo data will be deleted.

start_after_install

Start the app when done installing.

app_name

Select app to install.

repository

Link to the repository that holds the apps.

Details

Will create a folder named after parameter app_name.


[Package wilson version 2.4.2 Index]