R/vectors.R
Mode.Rd
Not to be confused with mode in lowercase, a base R function that returns the storage mode of an object.
mode
base
Mode(x)
Vector
Scalar: most frequent value.
Mode(c(1, "b", "b", 0.3)) #> [1] "b"