| check_nonequal_columns | R Documentation |
Check whether there is no overlap between two column sets
check_nonequal_columns(data, cols, cross, msg = NULL)
data |
A data frame. |
cols |
A tidyselection of columns. |
cross |
A tidyselection of columns. |
msg |
A custom error message if the check fails. |
boolean Whether the two column sets are different.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.