-
Couldn't load subscription status.
- Fork 1k
Closed
Description
Need a split.data.table method.
- split by factor the same as
split.data.frame-fargument. - split by reference to column names as character vector -
byargument. - allow to produce empty elements in list, same as
split.data.framefordrop=FALSE - allow to keep or drop field on which we split -
dropargument. - support recursive split into nested lists for
length(by) > 2L. - support
keybyargument returning sorted but unkeyed list(s), but data.tables on leafs would be keyed, unlessdrop=TRUE. - update this SO post after.
@arunsrinivasan I've edited your post, feel free to correct/extend that list.