launchApp {ChromSCape}R Documentation

Launch ChromSCape

Description

Main function to launch ChromSCape in your favorite browser. You can pass additional parameters that you would pass to shiny::runApp (runApp)

Usage

launchApp(launch.browser = TRUE, ...)

Arguments

launch.browser

Wether to launch browser or not

...

Additional parameters passed to runApp

Value

Launches the shiny application

Examples

## Not run: 
launchApp()

## End(Not run)

[Package ChromSCape version 1.2.62 Index]