xxx_replace_xxx: replace patterns (vector) with replacements (vector) in...

Description Usage Arguments

View source: R/xxx_replace_xxx.R

Description

replace patterns (vector) with replacements (vector) in string or string vector. uses gsub and perl=TRUE taken from https://stackoverflow.com/questions/26676045

Usage

1
xxx_replace_xxx(string, patterns, replacements)

Arguments

string

string or vector of strings to replace in

patterns

pattern or vector of patterns to replace

replacements

replacements string, needs to have same length as replacment


quantable documentation built on May 2, 2019, 4:05 p.m.