schola_word2: Schola Empirica Word document with customisable template

View source: R/rmarkdown_output.R

schola_word2R Documentation

Schola Empirica Word document with customisable template

Description

[Deprecated]

This is a function called in the output part of the YAML section of the Rmd file while using the Word template provided at the same place (see example below).

Usage

schola_word2(...)

Arguments

...

Arguments to be passed to ⁠[bookdown::word_document2]⁠

Details

Compared to schola_word, this "version" comes with no predefined template, so the user can utilize a template stated in YAML header (see the example below, or read the bookdown manual for more details and for a brief guide to Word templating).

Value

A modified word_document2 with the standard Schola formatting, but without hard-coded and unchangeable template.

Author(s)

Jan Netik

See Also

Other Report templates and formats: copy_schola_template(), open_schola_template(), schola_pdf(), schola_word()

Examples

## Not run: 
output:
reschola::schola_word2:
reference_docx:template.docx

## End(Not run)

scholaempirica/reschola documentation built on Feb. 1, 2024, 12:26 a.m.