docx_body_xml: Body xml document

View source: R/read_docx.R

docx_body_xmlR Documentation

Body xml document

Description

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

doc <- read_docx()
docx_body_xml(doc)

davidgohel/oxbase documentation built on March 18, 2024, 4:09 p.m.