same_content-deprecated | R Documentation |
This function is deprecated in favor of wrapr::check_equiv_frames()
imported from
the wrapr package, accessible by loading 'midfieldr'.
same_content(x, y)
x |
Data frame to be compared. Same as |
y |
Data frame to be compared. Same as |
Test of data equality between data.table objects. Convenience function used in 'midfieldr' articles.
Wrapper around all.equal()
for class data.table that ignores row order,
column order, and data.table keys. Both inputs must be date frames.
Equivalent to:
all.equal(target, current, ignore.row.order = TRUE, ignore.col.order = TRUE)
Either TRUE or a description of the differences between x
and y
.
midfieldr-deprecated
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.