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

Add uniqueness #33

Open
6 tasks
DesiQuintans opened this issue Nov 21, 2024 · 0 comments
Open
6 tasks

Add uniqueness #33

DesiQuintans opened this issue Nov 21, 2024 · 0 comments

Comments

@DesiQuintans
Copy link
Owner

DesiQuintans commented Nov 21, 2024

  • Are all elements unique (also including NA)?
  • Are all elements unique (ignoring NA)?
  • Does all_same currently ignore or keep NAs? Add the other version too.

Methods to benchmark:

  • anyDuplicated(c(NA, NA, rnorm(1e7)), incomparables = c(NA))
  • kit::uniqLen()
  • collapse::any_duplicated()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant