apa_docx: Creates an docx file with APA sections containing bookmarked...

View source: R/apatfa.R

apa_docxR Documentation

Creates an docx file with APA sections containing bookmarked table, figure, and appendix content.

Description

Creates an docx file with APA sections containing bookmarked table, figure, and appendix content.

Usage

apa_docx(
  path = NULL,
  target = NULL,
  here = NULL,
  do_print = TRUE,
  do_browse = TRUE,
  drop = FALSE
)

Arguments

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.

Value

The output rdocx document


toddagood/apatfa documentation built on Jan. 30, 2023, 11:51 p.m.