
Last chance! 50% off unlimited learning
Sale ends in
entry in an XML document.
This function returns that name.xmlName(node, full = FALSE)
TRUE
means prepend the prefix.node$name
entry.xmlChildren
,
xmlAttrs
,
xmlTreeParse
fileName <- system.file("exampleData", "test.xml", package="XML")
doc <- xmlTreeParse(fileName)
xmlName(xmlRoot(doc)[[1]])
Run the code above in your browser using DataLab