Render a compiled rmd
1 2 3 4 | render.compiled.rmd(cr = NULL, txt = cr$body, envir = parent.frame(),
fragment.only = FALSE, chunks = c("knit", "eval")[1], out.type = if
(is.null(cr$out.type)) "html" else cr$out.type, use.print = "none",
overwrite.values = FALSE, on.error = "error", use.commonmark = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.