#' Charger les exos des modules
#'
#' @param ... chemin partant de vignettes vers le l'exercice
#'
#' @export
#'
#' @examples
#' charge_exo("m5", "exo1.rmd")
charge_exo <- function(...) {
system.file("vignettes", ... , package = "savoirfR", mustWork = TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.