View source: R/helper_functions.R
strRemain | R Documentation |
Removes pattern A and pattern B from a string.
strRemain(patA, patB, str)
patA |
The first regex pattern to remove from the string. |
patB |
The second regex pattern to remove from the remaining of the first removal. |
str |
The string that needs cleaning up. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.