R/run_bnvd.R

Defines functions run_bnvd

Documented in run_bnvd

#' 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"))
    }
CedricMondy/afbBNVD documentation built on May 8, 2019, 9:53 p.m.