word_document.Rd
Exactly like rmarkdown::word_document()
, but with one added argument
word_document(..., break_on_error = FALSE)
... | all other arguments passed to |
---|---|
break_on_error | should an error in the R code execution interrupt the rendering or should rendering continue, defaults to FALSE |