create_word_doc: Make Word File Using Template

Description Usage Arguments Value Examples

View source: R/reporting.R

Description

This simply uses the read_docx() function in officer package with the template file embedded within this package. An external template file can also be used.

Usage

1
create_word_doc(template_file = NULL)

Arguments

template_file

File path to a .docx file that will be used as template. Default is to use the included template file.

Value

Returns a document that can be used with officer package

Examples

1
## Not run: # nothing here yet

outcomesinsights/jigsaw_r documentation built on May 24, 2019, 5:54 p.m.