check_nonequal_columns: Check whether there is no overlap between two column sets
Description
Check whether there is no overlap between two column sets
Usage
check_nonequal_columns(data, cols, cross, msg = NULL)
Value
boolean Whether the two column sets are different.
Arguments
- data
A data frame.
- cols
A tidyselection of columns.
- cross
A tidyselection of columns.
- msg
A custom error message if the check fails.