Monday, May 30, 2016

Fast text file reading into R using Rcpp functions

Using the C++ I/O system provides fast input functions which can be used in this Rcpp code with two ways: 1-using std::stringstream 2-using std::ios system This codes includes also a function to overcome delimiter problems and simple running examples..

No comments:

Post a Comment