#' shiny_app
#'
#' Run shiny application
#' @return nothing
#' @export
#' @import shiny
#'
#' @examples
shiny_app <- function() {
app_dir <- system.file("app", package = "masan")
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.