The RXMCDA library for the R statistical software allows you to read many XMCDA tags and transform them into R variables which are then usable in your algorithms written in R. The library also allows to write certain R variables into XML files according to the XMCDA standard.
The R package of the RXMCDA is available via the <a href=”http://cran.r-project.org/web/packages/RXMCDA/index.html“>CRAN</a>. You can install it in R via the command
install.packages("RXMCDA", dependencies=TRUE)
The latest version of RXMCDA is also available from github.
Documentation for the RXMCDA library for R