Generate a Word document from a ClinicalReport
Usage
generate_word(obj, path, include_title = TRUE, include_toc = TRUE)
Arguments
- obj
A ClinicalReport object
- path
Character string for output file path
- include_title
Logical, whether to include study title
- include_toc
Logical, whether to include table of contents
Value
The ClinicalReport object (invisibly)