Skip to content
Prev 205779 / 398506 Next

how to flatten a list to the same level?

Try something about like this:

split(unlist(l), rep(1:length(idx <- rapply(l, length)), idx))
On Fri, Jan 8, 2010 at 1:35 PM, Mark Heckmann <mark.heckmann at gmx.de> wrote: