You can use the following functions to sort values alphabetically in R: #sort values in vector alphabetically sort(x) #sort data frame ...
確定! 回上一頁