sdsbrowser: sdsbrowser app

Description Usage Arguments Examples

Description

This function starts the sdsbrowser app with shiny::runApp(). Within this function the main user interface is built and the different modules are loaded. All arguments are passed to shiny::runApp(), for port and launch.browser there are defined defaults.

Usage

1
sdsbrowser(run_app = TRUE, port = 3838, launch.browser = FALSE, ...)

Arguments

run_app

Boolean. Should the app be run (TRUE - Default) or a shiny app object be returned?

port

Integer. The TCP port that the application should listen on. Default: 2779.

launch.browser

If true, the system's default web browser will be launched automatically after the app is started. Default: FALSE.

...

Additional arguments are passed to shiny::runApp.

Examples

1
2
3
4
## Not run: 
sdsbrowser::sdsbrowser()

## End(Not run)

nevrome/sdsbrowser documentation built on May 13, 2019, 6:10 p.m.