Nothing
#' 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"), ...)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.