value_diffs(): A data frame with one row for each element
of col found to be unequal between the input tables (
table_a and table_b from the original compare()
output). The output table has the column specified by column
from each of the input tables, plus the by columns.
value_diffs_stacked(): A data frame containing the
value_diffs() outputs for the specified columns combined
row-wise using dplyr::bind_rows(). If dplyr::bind_rows()
is not possible due to incompatible types, values are converted to
character first.
Arguments
comparison
The output of compare()
column
<tidy-select>. The output will show the
differing values for the provided columns.