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