r-cran-xml

GNU R package for XML parsing and generation
  https://cran.r-project.org/package=XML
  0
  no reviews



This package provides facilities for the R language to

* parse XML files, URLs and strings, using either the DOM (Document Object Model)/tree-based approach, or the event-driven SAX (Simple API for XML) mechanism; * generate XML content to buffers, files, URLs, and internal XML trees; * read DTDs as R objects.