weave_diffs_long | R Documentation |
Get differences in context
weave_diffs_long(comparison, column = everything())
weave_diffs_wide(comparison, column = everything())
comparison |
The output of |
column |
< |
weave_diffs_wide() |
The input |
weave_diffs_long() |
Input tables are filtered to rows where
differing values exist for one of the columns selected by |
comp <- compare(example_df_a, example_df_b, by = car)
comp |> weave_diffs_wide(disp)
comp |> weave_diffs_wide(c(mpg, disp))
comp |> weave_diffs_long(disp)
comp |> weave_diffs_long(c(mpg, disp))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.