Check whether two dataframes have intersecting column names.

check_double_columns(x, y, connector = NULL)

Arguments

x

Data frame x.

y

Data frame y.

connector

The connector columns as strings. Also possible as vector.

Value

Message informing about overlap in columns between the dataframes.

Examples

check_double_columns(mtcars, iris)
#> There are no overlapping columns between the dataframes