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