Hi folks,
I need to read a file and populate a numeric vector

But, i need to do it by steps with open read close, for example:

R:
FileHandle=rcpp-openfile(xxxxxx)
Firstdata=Rcppread-data(FileHandle)
SecondData=Rcppread-data(FileHandle)
….
Rcpp-closefile(Filehandle)

Is it possible, to return some kind of object to “filehandle” where i could
avoid fopen fseek fread fclose every time i need to call read data
function? Or maybe return an index of a rcpp side array of file handlers
-- 
Roberto Spadim
SPAEmpresarial - Software ERP/Scada
Eng. Automação e Controle, Eng. Financeira
_______________________________________________
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

Reply via email to