R/shinyMILC.R

#' Start the MILC Shiny App
#' @export
#' @examples
#' shinyMILC()
shinyMILC <- function(){
  shiny::runApp(system.file("shiny", package = "shinyMILC"))
}
christophsax/shinyMILC documentation built on May 13, 2019, 7:06 p.m.