compile.rmd: Main function to compile rmd to html

Description Usage

View source: R/rmd.r

Description

Main function to compile rmd to html

Usage

1
2
3
4
5
6
7
8
compile.rmd(file = NULL, text = readLines(file, warn = FALSE),
  envir = list(), if.blocks = c("ph", "render", "ignore")[1],
  blocks = c("ph", "render", "ignore")[1], whiskers = c("ph", "render",
  "render.as.text", "ignore")[1], chunks = c("ph", "knit", "render",
  "ignore")[1], start.line = "<!-- START -->", end.line = "<!-- END -->",
  set.utf8 = TRUE, out.type = "html", fragment.only = FALSE,
  whiskers.call.list = NULL, blocks.call.list = NULL, add.info = TRUE,
  use.commonmark = FALSE)

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