Skip to content

dot list alias doesn't work with between #2315

@Henrik-P

Description

@Henrik-P

From ?between:

X = data.table(a = 1:5, b = 6:10, c = c(5:1)) 
X[c %between% list(a, b)]

list can't be replaced by .( ) here:

X[c %between% .(a, b)]
# Error in .(a, b) : could not find function "."

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions