R/utils-basic.R
top_item.Rd
return top n items with highest frequency
top_item(x, n = 1)
character
top n
top_item(c("a", "b", "c", "b")) #> [1] "b"