styler (version 1.1.1)

two_cols_match: Check whether two columns match

Description

Check whether two columns match

Usage

two_cols_match(col1, col2, data)

Arguments

col1, col2

Column names as string.

data

The data frames that contains col1 and col2.