Returns the index of the maximum value in list x.
which_max_list(x, equal_is_random = TRUE)
| x | vector of values |
|---|---|
| equal_is_random | boolean |
If there is a tie and equal_is_random is TRUE,
the index of one of the tied maxima is returned at random.
If equal_is_random is FALSE,
the maximum with the lowest index number is returned.
#> [1] 3