add_suff | R Documentation |
Add Suffix
add_suff(x, suff)
x |
character; string to change |
suff |
character; suffix to add |
character
x <- c('pop', 'pop_2020_est', 'pop_white_2020', 'pop_black_2020')
add_suff(x, '_cen')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.