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

https://github.com/gagolews/examplercppstringi

Access to the stringi API from within an Rcpp-based Project
https://github.com/gagolews/examplercppstringi

r rcpp stringi

Last synced: 6 months ago
JSON representation

Access to the stringi API from within an Rcpp-based Project

Awesome Lists containing this project

README

          

# ExampleRcppStringi

This is a showcase package that depends both on [Rcpp](http://www.rcpp.org/)
and the [stringi](https://stringi.gagolewski.com) C API.

The `src/import_stringi.cpp` file aims to set up all the required `GetCCallables`.

See `src/test.cpp` for a few examples of calling functions in `stringi`
from within `Rcpp`.