rapidxmlr-package {rapidxmlr}R Documentation

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

Description

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

Author(s)

Maintainer: David Cooley david.cooley.au@gmail.com

Other contributors:

Examples

## Not run: 

# Include a dependency to rapidxmlr inside a cpp file
// [[Rcpp::depends(rapidxmlr)]]
include <Rcpp.h>


## End(Not run)

[Package rapidxmlr version 0.1.0 Index]