repl_phrase: Replace Phrase

View source: R/phrase.R

repl_phraseR Documentation

Replace Phrase

Description

Replace Phrase

Usage

repl_phrase(x, phrase, repl)

Arguments

x

character; string to change

phrase

character; phrase to replace

repl

character; phrase to replace with

Value

character

Examples

x <- c('pop', 'pop_2020_est', 'pop_white_2020', 'pop_black_2020')
repl_phrase(x, '_2020', '_20')

name documentation built on Sept. 9, 2025, 5:35 p.m.