library("devtools")
devtools::build_vignettes(
pkg = ".",
dependencies = "VignetteBuilder",
clean = TRUE,
upgrade = "never",
quiet = TRUE,
install = TRUE,
keep_md = TRUE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.