lettre_word: Word output format for creating a docx letter

View source: R/word.R

lettre_wordR Documentation

Word output format for creating a docx letter

Description

Word output format for creating a docx letter

Usage

lettre_word(reference_docx = pkg_resource("docx", "template_lettre.docx"), ...)

Arguments

reference_docx

Use the specified file as a style reference in producing a docx file. For best results, the reference docx should be a modified version of a docx file produced using pandoc. Pass "default" to use the rmarkdown default styles.

...

Additional arguments passed to rmarkdown::word_document().

Value

An R Markdown output format object to be passed to rmarkdown::render().


spyrales/gouvdown documentation built on Dec. 3, 2023, 3:25 a.m.