submulti | R Documentation |
Take a character vector and perform multiple search-replace operations on it.
submulti(
xx,
searchrep,
method = c("partial", "full", "exact", "starts", "ends", "startsends")
)
xx |
A |
searchrep |
A |
method |
One of 'partial','full', or 'exact'. Controls whether to replace only the matching regexp, replace the entire value that contains a matching regexp, or replace the entire value if it's an exact match. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.