Package 'rapidxmlr'

Title: 'Rapidxml' C++ Header Files
Description: Provides XML parsing capability through the 'Rapidxml' 'C++' header-only library.
Authors: David Cooley [aut, cre], Marcin Kalicinski [ctb] (Author of c++ rapidxml library)
Maintainer: David Cooley <[email protected]>
License: MIT + file LICENSE
Version: 0.1.0
Built: 2024-12-04 07:22:29 UTC
Source: CRAN

Help Index


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 [email protected]

Other contributors:

  • Marcin Kalicinski (Author of c++ rapidxml library) [contributor]

Examples

## Not run: 

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


## End(Not run)