View source: R/check_double_columns.R
check_double_columns | R Documentation |
Check whether two dataframes have intersecting column names.
check_double_columns(x, y, connector = NULL)
x |
Data frame x. |
y |
Data frame y. |
connector |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.