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
d1 = data.table(a=1:2, b=c(1L,NA)) d2 = data.table(a=1:2, b=1:2) all.equal(d1, d2, ignore.row.order=TRUE) #[1] TRUE
The text was updated successfully, but these errors were encountered:
all.equal ignore row order, fix #4422
d52e6d1
all.equal ignore row order, fix #4422 (#4423)
738289d
jangorecki
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: