str_replace_multi: Multiple string substitution

Description Usage Arguments

View source: R/util.R

Description

Multiple string substitution

Usage

1
str_replace_multi(str, subsl, replace_all = FALSE)

Arguments

str

string which needs substitutions

subsl

list of substitutions, in the form list(c('orig', 'replace'), ...)

replace_all

(default: FALSE) see ?str_replace vs. ?str_replace_all


kleinschmidt/phonetic-sup-unsup documentation built on May 20, 2019, 12:33 p.m.