R/RHermesGUI.R

Defines functions RHermesGUI

Documented in RHermesGUI

#' @title RHermesGUI
#' @description Calling this function starts the GUI in a new window on your
#' default browser.
#' @author Roger Gine
#' @import KEGGREST
#' @return Nothing, just starts the GUI
#' @examples
#' if(FALSE){RHermesGUI()}
#' @export
RHermesGUI <- function() {
    shiny::runApp(system.file("app", package = "RHermes"),
                    launch.browser = TRUE)
}
RogerGinBer/RHermes documentation built on Nov. 6, 2022, 11:34 a.m.