| as.character.pugi_xml | R Documentation |
as.character pugi_xml
## S3 method for class 'pugi_xml'
as.character(x, ...)
x |
a class pugi_xml object |
... |
additional arguments see |
# a pointer
x <- read_xml("<a><b/></a>")
as.character(x)
as.character(x, raw = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.