XiMpLe-package {XiMpLe} | R Documentation |
A Simple XML Tree Parser and Generator
Description
Provides a simple XML tree parser/generator. It includes functions to read XML files into R objects, get information out of and into nodes, and write R objects back to XML code. It's not as powerful as the 'XML' package and doesn't aim to be, but for simple XML handling it could be useful. It was originally developed for the R GUI and IDE 'RKWard' <https://rkward.kde.org>, to make plugin development easier.
Details
The DESCRIPTION file:
Package: | XiMpLe |
Type: | Package |
Version: | 0.11-3 |
Date: | 2024-07-18 |
Depends: | R (>= 3.0.0) |
Encoding: | UTF-8 |
License: | GPL (>= 3) |
LazyLoad: | yes |
URL: | https://reaktanz.de/?c=hacking&s=XiMpLe |
Author(s)
Meik Michalke [aut, cre]
Maintainer: Meik Michalke <meik.michalke@hhu.de>
See Also
Useful links:
Report bugs at https://github.com/rkward-community/XiMpLe/issues
[Package XiMpLe version 0.11-3 Index]