#' 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'))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.