Nothing
#' Launch mm_Explorer
#' @return No value. Will launch `shiny` app in default web browser.
#' @export
mm_Explorer <- function(){
requireNamespace("shiny", quietly = TRUE)
app_dir <- system.file("mm_Explorer_local", package = "moRphomenses")
shiny::runApp(app_dir, launch.browser = TRUE,display.mode = "normal")
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.