Skip to content

Single value subsetting (i.e. [[) interface #220

Open
@nbenn

Description

@nbenn

All of base R data.frames, data.tables and tibbles support x[[i, j]] type subsetting. While I realise that there is quite a bit of heterogeneity (among the mentioned packages) in how edge cases are handled in subsetting and what type of arguments are supported, they all agree on support of "i, j" indexing. I therefore suggest adding this to fst as well in order to make the interface a bit more consistent.

I'm happy to submit a PR if this is of interest to @MarcusKlik.

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions