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