Description Usage Arguments Value See Also Examples
multigsub
- Borrowed from qdap
library.
A wrapper for gsub
that takes a vector
of search terms and a vector or single value of replacements.
1 |
pattern |
Character string to be matched in the given character vector. |
replacement |
Character string equal in length to pattern or of length one which are a replacement for matched pattern. |
text.var |
The text variable. |
fixed |
logical. If |
... |
Additional arguments passed to |
multigsub
- Returns a vector with the pattern replaced.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.