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
vec_equal(list(NULL), list(NULL))
TRUE
This should return NA right? Unless na_equal = TRUE?
NA
na_equal = TRUE
vctrs::vec_equal(list(NULL), list(NULL)) #> [1] TRUE
Problem line:
vctrs/src/equal.c
Line 256 in 673c9f1
The text was updated successfully, but these errors were encountered:
Right
Sorry, something went wrong.
list(NULL)
vec_equal()
Successfully merging a pull request may close this issue.
This should return
NA
right? Unlessna_equal = TRUE
?Problem line:
vctrs/src/equal.c
Line 256 in 673c9f1
The text was updated successfully, but these errors were encountered: