Main function to launch ChromSCape in your favorite browser. You can pass
additional parameters that you would pass to shiny::runApp
(runApp
)
launchApp(launch.browser = TRUE, ...)
launch.browser | Wether to launch browser or not |
---|---|
... | Additional parameters passed to |
Launches the shiny application
if (FALSE) { launchApp() }