check_double_columns {vvauditor} | R Documentation |
check double columns
Description
Check whether two dataframes have intersecting column names.
Usage
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.
See Also
Other tests:
check_no_duplicates_in_group()
,
check_numeric_or_integer_type()
,
check_posixct_type()
,
duplicates_in_column()
,
test_all_equal()
Examples
check_double_columns(mtcars, iris)
[Package vvauditor version 0.6.0 Index]