Tools for Working with XML Files as R Dataframes
On import, the XML information is converted to a dataframe that reflects the hierarchical XML structure. Intuitive functions allow to navigate within this transparent XML data structure (without any knowledge of 'XPath'). 'flatXML' also provides tools to extract data from the XML into a flat dataframe that can be used to perform statistical operations.
3,040
355
80
12
install.packages('flatxml')
0.0.2
7 months ago
https://github.com/jsugarelli/flatxml/
Joachim Zuckarelli
GPL-3