#' Run the BNV-d Shiny application
#'
#' @importFrom rmarkdown run
#' @export
run_bnvd <- function() {
appPath <- system.file("appShiny/bnvd_dashboard.Rmd", package = "afbBNVD")
run(appPath, render_args = list(encoding = "UTF-8"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.