result_docx: Create a results document

Description Usage Arguments Details Value See Also

Description

result_docx make a docx object to insert results into

Usage

1
2
result_docx(project, authors, template = NULL, title.names = NULL,
  title.style = "TitleDoc", bookmark = "start")

Arguments

project

A character string with the name of the project

authors

A character string with the name of the authors

template

An optional character string with the filename of the docx file to be used as a template

title.names

An optional character vector with names of title styles used

title.style

An optional character string with the name of the title style to use for project title, defaults to TitleDoc

bookmark

An optional character string with the name of the bookmark in the Word document template where the report should start, defaults to "start"

Details

This function creates a docx object and inserts project title, authors, and report date into the object. The docx object can then be written to a Microsoft Word document.

Value

A docx object

See Also

docx


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