Skip to contents

Helper function that defines document output paths

Usage

make_doc_dirs(docx_in)

Arguments

docx_in

Path to the input .docx file

Value

A list of document paths

Examples

if (FALSE) { # \dontrun{

# ---------------------------------------------------------------------------
# Load all dependencies
# ---------------------------------------------------------------------------
docx_in <- file.path(here::here(), "report", "shell", "template.docx")
doc_dirs  <- make_doc_dirs(docx_in = docx_in)
} # }