str_delete_before | R Documentation |
Vectorised over 'string' and 'pattern'. from PaulESantos/pesa.
str_delete_before(string, pattern, pos = 1)
string |
The string from which to extract. |
pattern |
Pattern to look for. The default interpretation is a regular expression. |
pos |
Position of the character used as a marker. |
The part of the string after the pattern.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.