check_nonequal_columns: Check whether there is no overlap between two column sets

View source: R/checks.R

check_nonequal_columnsR Documentation

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)

Arguments

data

A data frame.

cols

A tidyselection of columns.

cross

A tidyselection of columns.

msg

A custom error message if the check fails.

Value

boolean Whether the two column sets are different.


volker documentation built on Nov. 5, 2025, 5:21 p.m.