RunApp {hivPlatform} | R Documentation |
Run the application.
RunApp( launchBrowser = getOption("shiny.launch.browser", interactive()), trace = FALSE, port = 3306 )
launchBrowser |
Logical indicating to open the app in a newly open web browser |
trace |
Logical indicating to output detailed debug info in R session |
port |
Port |
NULL (invisibly)
## Not run: RunApp() ## End(Not run)