Nothing
#' Launch Reactor Data Shiny App
#'
#' @return a shiny app
#' @export
launch_app = function(){
check_package("shiny")
app = system.file(
"shiny",
"shinyApp.R",
package = "ggVennDiagram",
mustWork = TRUE
)
if(interactive()) shiny::runApp(app)
}
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.