##' Generate nlmixr.examples website
##'
##' Not really inteded for use
##'
##'@export
nlmixr.examples.generate <- function(){
devtools::build_vignettes(install=FALSE, quiet=FALSE)
pkgdown::build_site();
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.