![](../logo.png)
Convert data comparison from top-bottom to left-right view
Source:R/get_comparison.R
get_left_right_view.Rd
Takes a comparison data frame produced in get_comparison()
and manipulates
it so that it displays each df1
columns to the left of its df2
counterpart.
Arguments
- top_bottom_view
a data frame of comparison data where each row in
df1
is displayed directly above itsdf2
counterpart- id_cols
a character vector of id columns output from
compare_cols()