print.pugi_xml: print pugi_xml

View source: R/pugixml.R

print.pugi_xmlR Documentation

print pugi_xml

Description

print pugi_xml

Usage

## S3 method for class 'pugi_xml'
print(x, indent = " ", raw = FALSE, attr_indent = FALSE, ...)

Arguments

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

Examples

  # a pointer
  x <- read_xml("<a><b/></a>")
  print(x)
  print(x, raw = TRUE)

openxlsx2 documentation built on April 3, 2025, 8:40 p.m.