R/mode.R
mode_fn.Rd
returns the mode of a vector
mode_fn(x)
a vector
a unit vector
c("b", "b", letters) %>% mode_fn() #> [1] "b"