Thanks to visit codestin.com
Credit goes to github.com

Skip to content

unique argument for CJ #1148

@eantonya

Description

@eantonya

Since CJ is almost always used in combination with unique, I think it would make sense to add a unique argument to it, so that one can just write unique once:

CJ(unique(colA), unique(colB), unique(colC)) -> CJ(colA, colB, colC, unique = TRUE)

The default of unique should be specified via options, and imo should be set to TRUE after a few release iterations.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions