R/Meskit.R

Defines functions runMesKit

Documented in runMesKit

#' Run the default MesKit app for analysis locally 
#' 
#' \code{runMesKit} run MesKit locally 
#' @author Mengni Liu
#' @examples
#' \donttest{
#' runMesKit()
#' }
#' @return a shiny app window
#' @export 
runMesKit<-function(){ 
  shiny::runApp(system.file("shiny", package = "MesKit"))
} 

Try the MesKit package in your browser

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

MesKit documentation built on March 28, 2021, 6 p.m.