New flatxml package version: Now also converts dataframes to XML
flatxml version 0.1.0 now available on CRAN
The new version of my R package packagefinder now has a function fxml_toXML() which converts a dataframe into XML code. This complements the already existing fxml_toDataFrame() function that transforms an XML document into a dataframe.
The package can be installed from CRAN (just type install.packagebs("flatxml", dependencies = TRUE) into the R console). Its source code is avaible on GitHub: https://github.com/jsugarelli/flatxml. For detailed information on how to work with flatxml, please refer to the package's homepage https://www.zuckarelli.de/flatxml/index.html.
Comments
Post a Comment