View source: R/rmarkdown_output.R
schola_word2 | R Documentation |
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).
schola_word2(...)
... |
Arguments to be passed to |
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).
A modified word_document2
with the standard Schola formatting, but
without hard-coded and unchangeable template.
Jan Netik
Other Report templates and formats:
copy_schola_template()
,
open_schola_template()
,
schola_pdf()
,
schola_word()
## Not run:
output:
reschola::schola_word2:
reference_docx:template.docx
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.