knitr::opts_chunk$set(echo = FALSE, dev ="CairoPNG") library(knitr)
out = NULL load("ext_draws.Rdata") for (i in 1:length(ext_draws)) { out = c(out, knit_expand(file = "ext_child.rmd")) }
r paste(knit(text = out), collapse = '\n')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.