docx_body_xml
From officer v0.3.14
by David Gohel
body xml document
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.
Usage
docx_body_xml(x)
Arguments
- x
an rdocx object
Examples
# NOT RUN {
doc <- read_docx()
docx_body_xml(doc)
# }
Community examples
Looks like there are no examples yet.