R按照我描述为字母而非ASCII的顺序对字符向量进行排序.
例如:
sort(c("dog", "Cat", "Dog", "cat")) [1] "cat" "Cat" "dog" "Dog"
三个问题:
sorting r
r ×1
sorting ×1