Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 333 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 333 Bytes

ExampleRcppStringi

This is a showcase package that depends both on Rcpp and the stringi 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.