#' Run ShinyApp
#'
#' Launches the shiny app GUI interface to sedproxy
#'
#' @export
#'
#' @examples
#' \dontrun{runBAFR()}
#' @export
runBAFR <- function() {
fl <- system.file("shinyapp/app.R", package = "BAFR")
shiny::runApp(fl)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.