Description Usage Arguments Examples
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.
1 | sdsbrowser(run_app = TRUE, port = 3838, launch.browser = FALSE, ...)
|
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 |
1 2 3 4 | ## Not run:
sdsbrowser::sdsbrowser()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.