xmlr
XML creating, manipulating, and reading package for Renjin
Project URL: https://github.com/alipsa/xmlr
This package is a Renjin-specific contribution.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>se.alipsa</groupId> <artifactId>xmlr</artifactId> <version>0.2.1</version> </dependency> </dependencies>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('se.alipsa:xmlr')