R/panel_consistency.R
mode_order.Rd
mode_order()
calculates the mode of a vector, mostly used as the default .resolve
option in fixed_force()
mode_order(x)
x | Vector to calculate the mode of. |
---|
In the case of ties, the first-ordered value in the vector wins.
#> [1] 2#> [1] 2