Hello I'm trying te read a csv file in Rcpp package, with C++ function:
ifstream ifs("FileName.csv") I'm using Rcpp modules , and the code work with Qt creator (purly in C++), but Rcpp cant' find the csv file in his stuctur. I remark also that the package work well without importing csv file, so the problem is that my Rcpp package cant' find csv file. Sincerly Youssef
_______________________________________________ Rcpp-devel mailing list Rcpp-devel@lists.r-forge.r-project.org https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel