rmdx_docx: Rmdx DOCX document format

Description Usage Arguments Details Value Examples

View source: R/rmdx_docx.R

Description

\lifecycle

experimental

Usage

1
rmdx_docx(toc = TRUE, highlight = "pygments", ...)

Arguments

toc

logical: See word_document

highlight

character: See html_document highlight argument

...

other arguments passed to rdocx_document

Details

This format is based in rdocx_document.

Value

An R Markdown output format object to be passed to render

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
``` yaml
---
...
output: Rmdx::rmdx_docx
---
```

## End(Not run)

drdsdaniel/Rmdx documentation built on Nov. 8, 2021, 2:39 a.m.