R/app-launcher.R

Defines functions kgschart_app

Documented in kgschart_app

#' Launch shiny app
#'
#' Start "KGS Rank Graph Parser" applicaiton.
#' @param ... optional arguments for \code{\link[shiny]{runApp}}
#' @examples
#' \dontrun{
#' kgschart_app()}
#' @export
kgschart_app <- function(...)
{
  shiny::runApp(system.file('shiny/kgschart-app/', package='kgschart'), ...)
}

Try the kgschart package in your browser

Any scripts or data that you put into this service are public.

kgschart documentation built on May 2, 2019, 4:02 p.m.