Make Document Directories
The make_doc_dirs()
function in the reportifyr
package generates a structured set of output paths for a given docx_in
.
make_doc_dirs()
Returns
A named list containing file paths for doc_in
, doc_clean
, doc_tables
, doc_tabs_figs
, doc_draft
, and doc_final
.
Logging
- Debug: Logs the start and end of the function and any
base_path
adjustments. - Info: Logs
docx_in
anddoc_name
validation, as well as file path creation. - Error: Logs errors for missing
docx_in
and issues withdocx_in
file extensions.
Additional Resources
- reportifyr GitHub: Refer to the
reportifyr
repository for more details.