gsub_many | R Documentation |
Applies gsub()
from multiple patterns to multiple
replacements with 1:1 mapping.
gsub_many(x, pattern_vector, replacement_vector, ...)
x |
A character vector. |
pattern_vector |
A character vector. |
replacement_vector |
A character vector. |
... |
Options passed onto |
Returns multiple expression with substituted elements
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.