View source: R/deprecated_defunct.R
apa_prepare_doc | R Documentation |
Prepares objects to be used in the rendering process and creates title page and abstract for MS Word documents. This function has been defunct. It is no longer needed.
apa_prepare_doc()
The function creates and locks a non-exported object apa_lang
that is used by other papaja-functions. apa_lang
is a
list
containing localizations for document elements such as abstract
and title. The selected language is defined by the lang
-parameter
in the documents yaml-header. Currently, English (default) and German
("german"
) are supported.
If the output document is MS Word (output: \link{apa6_word}
) the
function additionally creates a title page and adds the abstract. You
should, therefore, always call apa_prepare_doc
at the very
beginning of the R Markdown document.
Returns NULL
invisibly.
apa6_docx()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.