#' Wrapper to launch the sendis Shiny app
#'
#' @export
runSendis<- function() {
appDir <- system.file("shiny", "app", package = "sendis")
if (appDir == "") {
stop("Could not find app directory. Try re-installing `sendis`.", call. = FALSE)
}
shiny::runApp(appDir, display.mode = "normal", launch.browser = TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.