Learn R Programming

rapidxmlr (version 0.1.0)

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

Description

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

Arguments

Examples

Run this code
# NOT RUN {
# Include a dependency to rapidxmlr inside a cpp file
// [[Rcpp::depends(rapidxmlr)]]
include <Rcpp.h>

# }

Run the code above in your browser using DataLab