#' rDolphin Shiny GUI
#'
#' @return rDolphin Shiny GUI
#' @export rDolphin_GUI
#' @import shiny
rDolphin_GUI <- function() {
runApp(system.file("app", package = "rDolphin"), launch.browser = TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.