powered by
Similar to dplyr::all_equal(x, y, ignore_row_order=TRUE), which is now deprecated.
dplyr::all_equal(x, y, ignore_row_order=TRUE)
If either argument is not a data.frame it returns FALSE, rather than raise an error.
FALSE
dfs_equal(target, current)
R object.
other R object, to be compared with target.
target