value_diffs | R Documentation |
Get the differing values from a comparison
value_diffs(comparison, column)
value_diffs_stacked(comparison, column = everything())
comparison |
The output of |
column |
< |
value_diffs() |
A data frame with one row for each element
of |
value_diffs_stacked() , value_diffs_all() |
A data frame containing
the |
comp <- compare(example_df_a, example_df_b, by = car)
value_diffs(comp, disp)
value_diffs_stacked(comp, c(disp, mpg))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.