#' Run Shiny App
#'
#' @description
#' A simple function which runs the abundancer Shiny application in a local
#' browser.
#'
#' @export
#'
run_shiny_app <-
function(
) {
shiny::runApp(
appDir = system.file("shiny", package = "abundancer"),
launch.browser = TRUE
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.