Skip to contents

This is a helper function for comparing two dataframes / tibbles

Usage

a_vs_b(a, b, join_by)

Arguments

a

first dataframe

b

second dataframe

join_by

column in common

Value

A base::list() of three base::data.frame()s or tibble::tibble()s, one with entries in 'a' but not 'b' and vice-versa, and one with entries in both 'a' and 'b'