Skip to content
Prev 7802 / 10988 Next

[Rcpp-devel] Maximum Columns in Rcpp DataFrame (revisited)

Hi,

thanks for the quick answer. I didn't find how to *easily* 
populate my list with named elements without fiddling 
with the names attribute, so I ended up creating
two dataframes and then cbinding them from within C++

Rcpp::Language("cbind", allScanHeaderInfo, allScanHeaderInfo2).eval() ; 

Yours,
Steffen
On Di, 2014-07-08 at 11:17 -0500, Dirk Eddelbuettel wrote: