Sort tokens of a set of strings
Function strsort
collapses all tokens of a vector of strings in a
single string with sorted tokens
strsort(s)
s |
a vector of character strings |
a string
Jan Graffelman jan.graffelman@upc.edu
x <- c("AA","AB","BB","AC","CC") print(strsort(x))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.