library(knitr) traits <- params$traits lines <- params$lines testers <- params$testers rep <- params$rep data <- params$data
out <- NULL for (i in 1:length(traits)) out <- c(out, knit_expand('child_lxt.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.