#' cree_vignette
#'
#' @param x lcharactere
#'
#' @return nothing
cree_vignette <- function(x = "inst/doc"){
tools::buildVignettes(dir = ".", tangle = TRUE)
dir.create("inst/doc")
file.copy(dir("vignettes", full.names = TRUE), "inst/doc", overwrite = TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.