rem_phrase | R Documentation |
Remove Phrase
rem_phrase(x, phrase)
x |
character; string to change |
phrase |
character; phrase to remove |
character
x <- c('pop', 'pop_2020_est', 'pop_white_2020', 'pop_black_2020')
rem_phrase(x, '_2020')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.