View source: R/util-dfs_equal.R
dfs_equal | 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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.