knit.chunk: Knits the rmd txt inside a temporary directory instead of the...

Description Usage

View source: R/knitr.r

Description

Does not create /figure subfolder in current wd

Usage

1
2
3
4
5
6
7
knit.chunk(text, envir = parent.frame(), fragment.only = TRUE,
  quiet = TRUE, encoding = getOption("encoding"), html.table = TRUE,
  out.type = "html", knit.dir = getwd(), use.commonmark = TRUE,
  deps.action = c("add", "ignore")[1], args = NULL, eval_mode = c("knit",
  "sculpt", "eval")[1], show_code = c("no", "note", "open_note", "note_after",
  "open_note_after", "before", "after")[1], code.highlight = use.commonmark,
  ...)

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