#' @import dplyr
#' @import readr
#' @import checkmate
#' @import ggplot2
#' @importFrom rlang .data
#' @keywords internal
"_PACKAGE"
#' Start hoad web application
#' @inheritDotParams rmarkdown::run
#' @inherit rmarkdown::run
#' @family CICD
#' @export
runHOAD <- function(...) {
rmarkdown::run(file = system.file("app", "dashboard.Rmd", package = "hoad"), ...)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.