Tag: dplyr
-
Check monotonically increasing per row
10 I have a dataframe as the following : COL_1 COL_2 COL_3 COL_4 COL_5 COL_6 <int> <int> <int> <int> <int> <int> 1 1 1 1 1 1 1 2 1 1 1 1 1 2 3 1 1 1 1 1 3 4 1 1 1 1 1 4 5 1 2 1 1 1…
10 I have a dataframe as the following : COL_1 COL_2 COL_3 COL_4 COL_5 COL_6 <int> <int> <int> <int> <int> <int> 1 1 1 1 1 1 1 2 1 1 1 1 1 2 3 1 1 1 1 1 3 4 1 1 1 1 1 4 5 1 2 1 1 1…