R/gmhelper.r

Defines functions gmhelper

Documented in gmhelper

#' gmhelper
#' 
#' Run the gmhelper webapp.
#' 
#' The app is written in shiny and uses a bunch of internal rollers
#' and random tables.
#'
#' @importFrom shiny runApp
#' @export
gmhelper <- function()
{
  shiny::runApp(file.path(system.file("shinyapp", package="gmhelper")))
}
wrathematics/gmhelper documentation built on May 4, 2019, 9:49 a.m.