Skip to content
Prev 7422 / 21312 Next

[Bioc-devel] Interoperability between DataFrame and dplyr?

On Fri, Apr 24, 2015 at 7:42 AM, Jim Hester <james.f.hester at gmail.com>
wrote:
I hope you're speaking only of the data frame implementation here.
That coercion already exists, of course, and it's via the S3 as.data.frame,
so it should work already.
It doesn't copy the data, outside of the list of pointers (so it's pretty
much instantaneous), but yea, I agree a new implementation is the way to go.