sort_based | R Documentation |
Sort the elements based on a results of a function called on them.
sort_based(x, .f)
x |
A vector or list. |
.f |
Called function. |
sort_based(c("a22", "b33", "c15"), parse_number)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.