powered by
From a character vector, which values are most common?
most_common(x, n = 6)
Sorted vector of n most common values.
n
A vector.
Number of values to return.
most_common(iris$Species, n = 1)
Run the code above in your browser using DataLab