write_docx: Write docx to Word

Description Usage Arguments Details Value See Also

Description

write_docx save a docx object to a Microsoft Word document

Usage

1
write_docx(mydoc, file.name, add.citation = TRUE, prep = NULL)

Arguments

mydoc

A docx object

file.name

A character string with the name of the project

add.citation

An optional logical, if TRUE (default) a citation for R is added to the document

prep

An optional character string with the name of the person who prepared the data analysis, ignored if add_citation is FALSE

Details

This function takes a docx object and optionally inserts a citation for R, then writes the docx object to a Microsoft Word document.

Value

A docx object

See Also

writeDoc


bgulbis/BGTools documentation built on May 12, 2019, 8:21 p.m.