R/runGui.R

Defines functions runGui

Documented in runGui

#' Run the Shiny Graphical User Interface
#'
#' This function loads and runs the shiny GUI
#'
#' @export
#' 

runGui <- function(){
  shiny::runApp('gui/DendroSenseGUI.R')
}
nasserdr/dendroSense documentation built on Dec. 21, 2021, 11:11 p.m.