Launch Cerebro interface.

launchCerebro(version = "v1.3", ...)

Arguments

version

Which version of Cerebro to launch: "v1.0", "v1.1", "v1.2", "v1.3"; defaults to "v1.3".

...

Further parameters that are used by shiny::runApp, e.g. host an port, and the specific versions of Cerebro. See launchCerebroV1.x for details.

Value

Shiny application.

See also

Examples

if ( interactive() ) { launchCerebro( version = "v1.3", options = list(port = 1337) ) }