nested.by {reshape} | R Documentation |
Nested.by function
Description
Nest series of by statements returning nested list
Usage
nested.by(data, INDICES, FUN, ...)
Arguments
data |
|
INDICES |
|
FUN |
|
... |
Details
Work horse for producing cast lists.
Author(s)
Hadley Wickham <h.wickham@gmail.com>
[Package reshape version 0.8.9 Index]