| top_n_vals | R Documentation |
top n vals
top_n_vals(x, top_n = 3)
x |
vector |
top_n |
integer to specify top n modes |
character unit vector
tibble::tibble(x = 1:10 %>% c(10,10,10,5,5)) -> t1
t1 %>% top_n_vals()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.