greater_than: Check whether values in column one are greater than their corresponding values
in the second column.
Usage
greater_than(col1, col2)
Arguments
col1
the first column of data, specified in col_check
) col2
the second column of data, specified in col_check
)