# Precompiled vignettes that are long-running (requiring data downloads)
library(knitr)
knit( "vignettes/firehose.Rmd")
figs <- list.files(pattern = ".png")
file.copy(figs, "vignettes/", overwrite = TRUE)
unlink(figs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.