check_double_columns.Rd
Check whether two dataframes have intersecting column names.
check_double_columns(x, y, connector = NULL)
Data frame x.
Data frame y.
The connector columns as strings. Also possible as vector.
Message informing about overlap in columns between the dataframes.
Other tests:
check_no_duplicates_in_group()
,
check_numeric_or_integer_type()
,
check_posixct_type()
,
duplicates_in_column()
,
test_all_equal()
check_double_columns(mtcars, iris)
#> There are no overlapping columns between the dataframes