docx_current_block_xml | R Documentation |
Get the current block element as xml. This function is not to be used by end users, it has been implemented to allow other packages to work with officer. If the document is empty, this block will be set to NULL.
docx_current_block_xml(x)
x |
an rdocx object |
doc <- read_docx()
docx_current_block_xml(doc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.