web: Function to run BioInstaller shiny APP service
Description
Function to run BioInstaller shiny APP service
Usage
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
Run this code# NOT RUN {
web(auto_create = TRUE)
# }
Run the code above in your browser using DataLab