knit_with_contract: Custom Knit function for RStudio

View source: R/render-rmd.R

knit_with_contractR Documentation

Custom Knit function for RStudio

Description

Custom Knit function for RStudio

Usage

knit_with_contract(input, quiet = FALSE, ...)

Arguments

input

The input file to be rendered. This can be an R script (.R), an R Markdown document (.Rmd), or a plain markdown document.

quiet

An option to suppress printing during rendering from knitr, pandoc command line and others. To only suppress printing of the last "Output created: " message, you can set rmarkdown.render.message to FALSE

...

Arguments to pass to bookdown::render_book


wjakethompson/wjake documentation built on June 29, 2024, 7:47 a.m.