as.character.xml_fragment | R Documentation |
This function turns an xml_fragment
into a character string, using
a performant c++ implementation.
## S3 method for class 'xml_fragment'
as.character(x, ...)
## S3 method for class 'xml_doc'
as.character(x, use_prolog = TRUE, ...)
x |
object to be coerced or tested. |
... |
further arguments passed to or from other methods. |
use_prolog |
if |
a character
with the xml representation of the fragment.
Other xml_fragment:
add_child_fragment()
,
as_frag()
,
as_xml_nodeset()
,
data_frag()
,
frag()
,
xml_fragment()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.