-
Notifications
You must be signed in to change notification settings - Fork 991
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
na.omit(iris, invert=TRUE) gives unexpected result #2660
Comments
It's not clear what behavior you expect, and anyway, the behavior is identical for
|
Thanks for the quick response! And I apologize that I was unclear. This was my expected behavior was an empty Example
Output It seems like this was the behavior for quite a few versions going back. Is this going to be the result moving forward? If so, it at least seems |
Oh, I see, I identified the issue, filed a PR #2661, should be integrated soon. Thanks. |
Thanks @MichaelChirico |
na.omit
seems to be not be working as expected wheninvert=TRUE
.Here is an example:
Output
Session Info
The text was updated successfully, but these errors were encountered: