print.pugi_xml | R Documentation |
print pugi_xml
## S3 method for class 'pugi_xml'
print(x, indent = " ", raw = FALSE, attr_indent = FALSE, ...)
x |
something to print |
indent |
indent used default is " " |
raw |
print as raw text |
attr_indent |
print attributes indented on new line |
... |
to please check |
# a pointer
x <- read_xml("<a><b/></a>")
print(x)
print(x, raw = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.