#' Run interactive report
#'
#' @param db fully qualified path to the sqlite database. The report will be saved to the same directory.
#'
#' @return invisibly \code{NULL}
#'
#' @importFrom rmarkdown run
#' @export
#'
#' @examples
report_interactive <- function(db) {
rmarkdown::run(
file = system.file("InteractiveReport.Rmd", package = "LEEF.analysis")
)
return(NULL)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.