R/rhrGUI.R

Defines functions rhrGUI

Documented in rhrGUI

##' Starts GUI
##'
##' Start a web-based Graphical User Interface (GUI) to perform some analyses that the rhr package provides.
##' @title rhrGUI
##' @export

rhrGUI <- function() {
    shiny::runApp(system.file('gui', package='rhr'))
}
  
jmsigner/rhr documentation built on June 26, 2020, 8:59 a.m.