R/RunApps.R

Defines functions medplotOnline

Documented in medplotOnline

#' @title Function to load the medplot plotSymptoms shiny web app
#' 
#' @description Function call loads the shiny app in located the default installation folder.
medplotOnline <- function(){
  require("shiny")
  runApp(file.path(path.package("medplot"), "shinyapp_symptoms2" ))

}
crtahlin/medplot documentation built on May 14, 2019, 12:05 p.m.