| sort_phrase | R Documentation |
Sort by Phrase
sort_phrase(x, loc = 2)
x |
character; strings to sort |
loc |
number of location to sort by. For example |
character
x <- c('pop_2020_est', 'pop_white_2020', 'pop_black_2020', 'pop_white_2021')
sort_phrase(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.