Check equal distinct values between two columns
Takes a dataframe and two columns and checks if n_distinct
of the second column is all unique based on grouping of the first column.
check_equal_col_summaries(data, col1, col2, call = caller_env())
data
: a dataframecol1
: a column to group bycol2
: a column to check for uniquenessUseful links