Skip to content

Continued data.table support #653

@SebKrantz

Description

@SebKrantz

collapse supports data.table (it has become a partner package), which includes the ability to output valid data.table's after collapse operations. Currently, data.table's are implemented as overallocated lists, requiring collapse to make an additional shallow copy after manipulating the data.table and re-create the ".internal.selfref" attribute. But this frunctionality is non-API compliant, and the team is planning an ALTREP solution (Rdatatable/data.table#6180). This will affect collapse's handling of data.table's.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions