#' Launch shiny app
#'
#' @return
#' @export
#'
#' @examples
#'
#'
launch_app <- function() {
app_dir <- system.file("shinyApp", package = "ewavesPDFshiny")
if(app_dir == "") {
stop("Could not find shinyApp directory. Try reinstalling `ewavesPDFshiny`.",
call. = FALSE)
}
shiny::runApp(app_dir, display.mode = "normal")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.