strSort | R Documentation |
Alphabetically sorts characters in a string. Vectorized over x.
strSort(x)
x |
A string to sort. |
A sorted string.
strSort("cba")
strSort("zyxcCbB105.a")
strSort(c("cba", "zyx"))
strSort(c("cba", NA))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.