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

Bug in uniqueN #1771

Closed
ywhcuhk opened this issue Jul 14, 2016 · 1 comment
Closed

Bug in uniqueN #1771

ywhcuhk opened this issue Jul 14, 2016 · 1 comment
Assignees
Labels
Milestone

Comments

@ywhcuhk
Copy link

ywhcuhk commented Jul 14, 2016

Simply try this:

> uniqueN(1, na.rm=TRUE)
[1] NA
> uniqueN(1)
[1] 1
@jangorecki jangorecki added the bug label Jul 14, 2016
@arunsrinivasan arunsrinivasan self-assigned this Jul 14, 2016
@arunsrinivasan arunsrinivasan added this to the v1.9.8 milestone Jul 14, 2016
@ywhcuhk
Copy link
Author

ywhcuhk commented Jul 14, 2016

Thanks for the quick fix!

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

No branches or pull requests

3 participants