We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Latest 1.9.7:
library(data.table) uniqueN(NULL) # Error in forderv(x, by = by, retGrp = TRUE) : # First column being ordered is type 'NULL', not yet supported
The text was updated successfully, but these errors were encountered:
51141fa
Merge pull request #1430 from jangorecki/uniquen-null
4fdb4ec
uniqueN handle NULL, closes #1429
There's a bug when uniqueN() is used along with a list() at the moment.. it results in length(unique(.)) which would return the wrong result.
uniqueN()
list()
length(unique(.))
Sorry, something went wrong.
This bug is as a result of #1224, not this one.
arunsrinivasan
No branches or pull requests
Latest 1.9.7:
The text was updated successfully, but these errors were encountered: