get_docx_template | R Documentation |
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.
get_docx_template(tag = "monthly")
tag |
The template (currently monthly or yearly). |
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.
A docx object based on the template.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.