View source: R/compare_attributes.R
Compare attributes of two objects, including only the attributes in
compare_attrs
and ignoring classes in ignore_classes
.
1 2 3 4 5 6 | compare_attributes(
x,
y,
compare_attrs = c("class", "names", "groups", "row.names"),
ignore_classes = "spec_tbl_df"
)
|
x, y |
Objects for which to compare attributes. |
compare_attrs |
String or vector of strings of attributes to compare.
Default is to compare only |
ignore_classes |
String or vector of strings of classes to ignore.
Default is to ignore |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.