Skip to content
Prev 5180 / 10988 Next

[Rcpp-devel] Performance question about DataFrame

I agree that this is not a complete implementation; it isn't meant to be,
although it might still be a worth incorporating this into Rcpp with the
appropriate fixes in place.

For instance, the vector recycling issue is far from the greatest
limitation of this code: it handles character vectors wrong,  The R routine
converts character vectors into factors unless overridden; I wrote the
precursor of this particular routine because I wanted to handle strings
faithfully, and so writing a stupid R routine to coerce lists of lists of
constant length to data frames.


On Thu, Jan 31, 2013 at 3:21 AM, Romain Francois
<romain at r-enthusiasts.com>wrote:

            
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.r-forge.r-project.org/pipermail/rcpp-devel/attachments/20130131/c7fac5c7/attachment-0001.html>