rem_phrase {name} | R Documentation |
Remove Phrase
Description
Remove Phrase
Usage
rem_phrase(x, phrase)
Arguments
x |
character; string to change |
phrase |
character; phrase to remove |
Value
character
Examples
x <- c('pop', 'pop_2020_est', 'pop_white_2020', 'pop_black_2020')
rem_phrase(x, '_2020')
[Package name version 0.0.1 Index]