greater_than_equalto: Check whether values in column one are greater than or equal to their
corresponding values in the second column.
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
)