#' Run the Shiny Application
#'
#' @param ...
#' @inheritParams shiny::shinyApp
#'
#' @return NULL
#' @export
#' @examples
run_app <- function(...) {
shiny::shinyAppFile(system.file("app", "app.R", package = "EasyIVD"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.