Skip to content

.BY and list/copy issue  #1270

@arunsrinivasan

Description

@arunsrinivasan
DT = data.table(x=1:2, y=5:6)
DT[, .BY, by=x]$.BY
# [[1]]
# [1] 2

# [[2]]
# [1] 2

The first list element should be 1.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions