Skip to contents

Check if two columns of a data frame are identical

Usage

two_cols_identical(df, col_1 = 1, col_2 = 2)

Arguments

df

A data frame

col_1

The index or name of a column

col_2

The index or name of a column

Value

A logical vector