Substitute from a vector of patterns with a single replacement
gsub_multi_pattern.Rd
Substitute from a vector of patterns with a single replacement
Arguments
- x, replacement
See
gsub
- patterns
A vector of patterns as used individually in
gsub
andgrepl
- ...
Passed to
gsub
andgrepl
- verbose
Signal messages with the count of values that matched each pattern or no pattern.