body_add_xml | R Documentation |
Add an xml string as document element in the document. This function is to be used to add custom openxml code.
body_add_xml(x, str, pos = c("after", "before", "on"))
x |
an rdocx object |
str |
a wml string |
pos |
where to add the new element relative to the cursor, one of "after", "before", "on". |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.