sort_suff | R Documentation |
Sort by Suffix
sort_suff(x)
x |
character; strings to sort |
character
x <- c('pop_2020_est', 'pop_white_2020', 'pop_black_2020', 'pop_white_2021')
sort_suff(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.