-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
16 lines (16 loc) · 908 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Package: flatxml
Type: Package
Title: Tools for Working with XML Files as R Dataframes
Version: 0.1.1
Authors@R: person("Joachim", "Zuckarelli", email = "[email protected]",
role = c("aut", "cre"))
Maintainer: Joachim Zuckarelli <[email protected]>
Description: 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. It also supports converting dataframes to XML.
License: GPL-3
BugReports: https://github.com/jsugarelli/flatxml/issues
URL: https://github.com/jsugarelli/flatxml/
Repository: CRAN
Encoding: UTF-8
LazyData: true
Imports: RCurl, xml2, httr, crayon
RoxygenNote: 7.1.1