R/shiny_mm_Explorer.R

Defines functions mm_Explorer

Documented in mm_Explorer

#' 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")


}

Try the moRphomenses package in your browser

Any scripts or data that you put into this service are public.

moRphomenses documentation built on April 3, 2025, 7:51 p.m.