Skip to contents

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.

Usage

get_left_right_view(top_bottom_view, id_cols)

Arguments

top_bottom_view

a data frame of comparison data where each row in df1 is displayed directly above its df2 counterpart

id_cols

a character vector of id columns output from compare_cols()

Value

a modified copy of top_bottom_view that displays df1 data to the left of the df2 data instead of above the df2 data