View source: R/compare_frames.R
check_equiv_frames | R Documentation |
Confirm two dataframes are equivalent after reordering columns and rows.
check_equiv_frames(d1, d2, ..., tolerance = sqrt(.Machine$double.eps))
d1 |
data.frame 1 |
d2 |
data.frame 2 |
... |
force later arguments to bind by name |
tolerance |
numeric comparision tolerance |
logical TRUE if equivalent
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.