check_double_columns.RdCheck whether two dataframes have intersecting column names.
check_double_columns(x, y, connector = NULL)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