docx_body_xml {officer} | R Documentation |
Get the body document as xml. This function is not to be used by end users, it has been implemented to allow other packages to work with officer.
docx_body_xml(x)
x |
an rdocx object |
doc <- read_docx()
docx_body_xml(doc)