word_document: word_document from rmarkdown, but has an added option not to...

View source: R/rmarkdown_options.R

word_documentR Documentation

word_document from rmarkdown, but has an added option not to break on error

Description

Exactly like rmarkdown::word_document(), but with one added argument

Usage

word_document(..., break_on_error = FALSE)

Arguments

...

all other arguments passed to rmarkdown::word_document()

break_on_error

should an error in the R code execution interrupt the rendering or should rendering continue, defaults to FALSE


rubenarslan/formr documentation built on Feb. 6, 2024, 1:18 a.m.