gsub_many: Recursive substitution
Description
Applies gsub() from multiple patterns to multiple replacements with 1:1 mapping.
Usage
gsub_many(x, pattern_vector, replacement_vector, ...)
Arguments
...
Options passed onto gsub() call.
Value
Returns multiple expression with substituted elements