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

Popular posts from this blog

Pointers/shortcuts in R with the ‘pointr’ package

A thought experiment: How CRAN saved 3,620 (working) lives

Converting XML data to R dataframes with xmlconvert