Learn R Programming

⚠️There's a newer version (0.11-3) of this package.Take me there.

XiMpLe (version 0.03-21)

A simple XML tree parser and generator

Description

This package 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 programmed for RKWard.

Copy Link

Version

Install

install.packages('XiMpLe')

Monthly Downloads

133

Version

0.03-21

License

GPL (>= 3)

Maintainer

Meik Michalke

Last Published

December 21st, 2013

Functions in XiMpLe (0.03-21)

XiMpLe.node-class

S4 class XiMpLe.node
show

Show method for S4 objects of XiMpLe XML classes
pasteXML

Paste methods for XiMpLe XML objects
XMLNode

Constructor function for XiMpLe.node objects
XMLTree

Constructor function for XiMpLe.doc objects
node

Extract/manipulate a node or parts of it from an XML tree
XiMpLe-package

The XiMpLe Package
XiMpLe.doc-class

S4 class XiMpLe.doc
pasteXMLTag

Write an XML tag
XMLName

Getter/setter methods for S4 objects of XiMpLe XML classes
parseXMLTree

Read an XML file into an R object