R/run_app.R

Defines functions cello

Documented in cello

#' Launch App
#' @examples
#' cello()
#' @import shiny
#' @export
cello <- function(RStudio = F) {
    Sys.setenv("R_MAX_NUM_DLLS"=180)
    cat("Launching VisCello...")
    if(RStudio) {
        options(shiny.launch.browser = .rs.invokeShinyWindowViewer)
    }
    shiny::runApp(system.file("app", package='VisCello.celegans'))
}
qinzhu/VisCello.celegans documentation built on March 9, 2024, 8:59 a.m.