
Last chance! 50% off unlimited learning
Sale ends in
free(obj)
xmlTreeParse
with useInternalNodes = TRUE
f = system.file("exampleData", "boxplot.svg", package = "XML")
doc = xmlParse(f)
nodes = getNodeSet(doc, "//path")
rm(nodes)
# free(doc)
Run the code above in your browser using DataLab