Description Usage Arguments Value
View source: R/compare_frames.R
Confirm two dataframes are equivalent after reordering columns and rows.
1 | 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.