| polish_content | R Documentation |
Polish content
polish_content(x, type, ..., error_call = current_env(), error_class = NULL)
x |
object to be polished into ooxml |
type |
output type. Valid values are "word" and "pptx". |
... |
additional arguments for methods |
error_call |
The execution environment of a currently
running function, e.g. |
error_class |
Additional error class. |
depending on type either the polish_content_pptx() or polish_content_word()
function is called.
an object of class "polish_xml_nodeset". Contains XML that is viable Word or PowerPoint OOXML for addition to Word documents or PowerPoint presentations based on the "type".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.