Skip to content
Prev 367178 / 398506 Next

Is a list an atomic object? (or is there an issue with the help page of ?tapply ?)

It seems like this should be consistent with split(), since that's
what actually powers the behaviour.

Reading the description for split leads to this rather interesting example:

tapply(mtcars, 1:11, I)

Hadley
On Tue, Feb 14, 2017 at 7:10 PM, Herv? Pag?s <hpages at fredhutch.org> wrote: