R/shiny_rrvgo.R

Defines functions shiny_rrvgo

Documented in shiny_rrvgo

#' shiny_rrvgo
#' Launch an interactive web interface.
#'
#' @param ... other params sent to shiny::runApp().
#' @return Nothing
#' @importFrom shiny runApp
#' @export
shiny_rrvgo <- function(...) {
  shiny::runApp(appDir=system.file("shiny_rrvgo", package="rrvgo"), ...)
}

Try the rrvgo package in your browser

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

rrvgo documentation built on Nov. 8, 2020, 6:17 p.m.