R/launchCerebroV1.0.R
launchCerebroV1.0.Rd
Launch the Cerebro v1.0 Shiny application.
launchCerebroV1.0(maxFileSize = 800, ...)
Maximum size of input file; defaults to 800 (800 MB).
800
Further parameters that are used by shiny::runApp, e.g. host or port.
shiny::runApp
host
port
Shiny application.
if ( interactive() ) { launchCerebroV1.0(maxFileSize = 800) }