Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unique argument for CJ #1148

Closed
eantonya opened this issue May 13, 2015 · 1 comment
Closed

unique argument for CJ #1148

eantonya opened this issue May 13, 2015 · 1 comment
Assignees
Milestone

Comments

@eantonya
Copy link
Contributor

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.

@jangorecki
Copy link
Member

Your suggestion to CJ in #814 looks interesting. Why don't you push suggested code together with handling this one. Even if it won't be mature PR it will be at least good reference/base to work with.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants