Learn R Programming

openxlsx2 (version 0.3.1)

print.pugi_xml: print pugi_xml

Description

print pugi_xml

Usage

# S3 method for 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

Run this code
  # a pointer
  x <- read_xml("")
  print(x)
  print(x, raw = TRUE)

Run the code above in your browser using DataLab