powered by
print pugi_xml
# S3 method for pugi_xml print(x, indent = " ", raw = FALSE, attr_indent = FALSE, ...)
something to print
indent used default is " "
print as raw text
print attributes indented on new line
to please check
# a pointer x <- read_xml("") print(x) print(x, raw = TRUE)
Run the code above in your browser using DataLab