slip_in_xml {officer} | R Documentation |
The function add a wml string into the document after, before or on a cursor location.
slip_in_xml(x, str, pos)
x |
an rdocx object |
str |
a wml string |
pos |
where to add the new element relative to the cursor, "after" or "before". |