
Convert data comparison from top-bottom to left-right view
Source:R/get_comparison.R
      get_left_right_view.RdTakes 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
df1is displayed directly above itsdf2counterpart- id_cols
 a character vector of id columns output from
compare_cols()