render.compiled.rmd: Render a compiled rmd

Description Usage

View source: R/rmd.r

Description

Render a compiled rmd

Usage

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)

skranz/rmdtools documentation built on Oct. 20, 2020, 3:15 p.m.