Skip to content
Prev 17370 / 21312 Next

[Bioc-devel] merging DFrames

Hi Laurent,

I think the current implementation was just an expedient to have 
something that works (in most cases). I don't know if a proper 
implementation that doesn't go thru data.frame is on the TODO list. Michael?

I suggest you open an issue on GitHub under S4Vectors.

Cheers,
H.

PS: Note that you can pass the list elements directly to the List() 
constructor, no need to construct an ordinary list first:

   List(1, 1:2, 1:3)  # same as List(list(1, 1:2, 1:3)))
On 10/21/20 08:35, Laurent Gatto wrote: