Re: [Rcpp-devel] Readin cvs files in Rcpp package

2015-07-23 Thread Dirk Eddelbuettel
Youssef, On 23 July 2015 at 16:07, Hmamouche Youssef wrote: | 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. | |

[Rcpp-devel] Readin cvs files in Rcpp package

2015-07-23 Thread Hmamouche Youssef
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, s