body_add_xml
From officer v0.3.15
by David Gohel
add an xml string as document element
Add an xml string as document element in the document. This function is to be used to add custom openxml code.
- Keywords
- internal
Usage
body_add_xml(x, str, pos)
Arguments
- x
an rdocx object
- str
a wml string
- pos
where to add the new element relative to the cursor, one of "after", "before", "on".
Community examples
Looks like there are no examples yet.