top_item | R Documentation |
return top n items with highest frequency
top_item(x, n = 1)
x |
character |
n |
top n |
character
top_item(c("a", "b", "c", "b"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.