apa_docx | R Documentation |
Creates an docx file with APA sections containing bookmarked table, figure, and appendix content.
apa_docx( path = NULL, target = NULL, here = NULL, do_print = TRUE, do_browse = TRUE, drop = FALSE )
path |
Path to the input docx file. |
target |
Path to the output docx file. |
here |
Find the input docx file beside getSrcFilename(here). |
do_print |
If TRUE, the docx will be printed to the target. |
do_browse |
If TRUE, also browse the target. |
drop |
If TRUE, drop content not referenced by any bookmark. |
The output rdocx document
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.