two_cols_match {styler}R Documentation

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.


[Package styler version 1.7.0 Index]