web: Function to run BioInstaller shiny APP service

Description Usage Arguments Examples

View source: R/web.R

Description

Function to run BioInstaller shiny APP service

Usage

1
2
web(appDir = system.file("extdata", "shiny", package = "BioInstaller"),
  auto_create = FALSE, ...)

Arguments

appDir

The application to run. Default is system.file('extdata', 'tools/shiny/R', package = 'BioInstaller')

auto_create

Auto create dir, default is FALSE

...

Other parameters pass to runApp

Examples

1
2
3
4
## Not run: 
  web(auto_create = TRUE)

## End(Not run)

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