inst/examples/xmlTree.R

tt = xmlTree("doc")

# Shows that we can create the children within the call to create
# a parent.

tt$addTag("a",
           tt$addTag("b", tt$addTag("c")),
           tt$addTag("d", tt$addTag("e")))

           
           
cosmicexplorer/xmlr documentation built on May 30, 2019, 8:28 a.m.