Description Usage Arguments Value Examples
Numeric characters in each vector element are concatenated and treated as integers, and the sorting is done by these intergers. E.g. c('a10','a2','a1')
would be sorted as c('a1','a2','a10')
.
1 |
x |
vector of strings |
... |
other arguments passed to the function |
sorted vector of strings
1 | #
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.