officer (version 0.3.3)

docx_body_relationship: 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_relationship(x)

Arguments

x

an rdocx object

Examples

Run this code
# NOT RUN {
doc <- read_docx()
docx_body_relationship(doc)
# }

Run the code above in your browser using DataCamp Workspace