# NOT RUN {
str_order(letters)
str_sort(letters)
str_order(letters, locale = "haw")
str_sort(letters, locale = "haw")
x <- c("100a10", "100a5", "2b", "2a")
str_sort(x)
str_sort(x, numeric = TRUE)
# }
Run the code above in your browser using DataLab