Learn R Programming

inspectr (version 1.0.0)

greater_than_equalto: Check whether values in column one are greater than or equal to their corresponding values in the second column.

Description

To be used with two_col_check.

Usage

greater_than_equalto(col1, col2)

Arguments

col1
the first column of data, specified in col_check)
col2
the second column of data, specified in col_check)