Learn R Programming

rapidxml

R interface to the C++ header-only Rapidxml library

This package is using v1.13 of rapidxml.

Install

Install the development version with

devtools::install_github("dcooley/rapidxml")

Using rapidxml

To use rapidxml in your own package, add a dependency to rapidxml to your cpp files before a call to #include <Rcpp.h>

// [[Rcpp::depends(rapidxml)]]

#include <Rcpp.h>

Copy Link

Version

Install

install.packages('rapidxmlr')

Monthly Downloads

157

Version

0.1.0

License

MIT + file LICENSE

Maintainer

David Cooley

Last Published

March 29th, 2019

Functions in rapidxmlr (0.1.0)

rapidxmlr-package

Provides XML parsing capability through the 'rapidxml' 'C++' header-only library