check_equal_col_summaries | R Documentation |
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 dataframe |
col1 |
a column to group by |
col2 |
a column to check for uniqueness |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.