powered by
Alphabetically sorts characters in a string. Vectorized over x.
strSort(x)
A sorted string.
A string to sort.
strSort("cba") strSort("zyxcCbB105.a") strSort(c("cba", "zyx")) strSort(c("cba", NA))
Run the code above in your browser using DataLab