R/launchCerebroV1.1.R
launchCerebroV1.1.Rd
Launch the Cerebro v1.1 Shiny application.
launchCerebroV1.1(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.1(maxFileSize = 800) }