Description Usage Arguments Examples
Sorts a vector of strings lexically, as based on their UTF-8 ordering scheme. Lower-case letters are, by default, 'larger' than upper-case letters. This function will safely sort a UTF-8 vector.
1 |
x |
a character vector (a vector of 'strings' to sort) |
increasing |
boolean. sort the string in increasing lexical order? |
ignore.case |
boolean. ignore case (so that, eg,
|
USE.NAMES |
logical. if names attribute already
exists on |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.