rapidxmlr-package {rapidxmlr} | R Documentation |
Provides XML parsing capability through the 'Rapidxml' 'C++' header-only library.
Maintainer: David Cooley david.cooley.au@gmail.com
Other contributors:
Marcin Kalicinski (Author of c++ rapidxml library) [contributor]
## Not run: # Include a dependency to rapidxmlr inside a cpp file // [[Rcpp::depends(rapidxmlr)]] include <Rcpp.h> ## End(Not run)