Load in the docx file and associated metadata. Returns

load_docx(path = NULL, warn = TRUE)

reload_docx(docx, warn = TRUE)

save_docx(docx, path, update_on_open = TRUE)

Arguments

path

output path of file to be saved

warn

warn if the document does not have comments

docx

a `docx_container`

update_on_open

Boolean, indicate if the reference fields should autimatically update on opening of the document. Defaults to TRUE.

Value

a new `docx_container`