sortbyitsnames | R Documentation |
Sort a vector or list by the alphanumeric order of its names (instead of its values).
sortbyitsnames(vec_or_list, decreasing = FALSE, ...)
vec_or_list |
A vector or list. |
decreasing |
Logical. Whether to sort in decreasing order. |
... |
Additional arguments passed to |
A sorted vector or list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.