Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dcooley/rapidxmlr


https://github.com/dcooley/rapidxmlr

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

# rapidxml

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

This package is using v1.13 of rapidxml.

## Install

Install the development version with

```r
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

```c++
// [[Rcpp::depends(rapidxml)]]

#include
```