get_docx_template: Load docx template

View source: R/templates.R

get_docx_templateR Documentation

Load docx template

Description

For reporting, there are several templates available for generating reports. This function will load the template (selected by the tag name) and return it for use by officer, etc.

Usage

get_docx_template(tag = "monthly")

Arguments

tag

The template (currently monthly or yearly).

Details

The template is particularly important because it defines various styles that are assumed to exist and be configured a certain way for the needed look. These template styles can be altered in the template documents, thereby changing the look of the report relatively straightforwardly.

Value

A docx object based on the template.


steveneschrich/pgreportr documentation built on Jan. 13, 2025, 7:09 p.m.