str_extract | R Documentation |
Extract patterns from a string
str_extract(string, pattern)
str_extract_all(string, pattern)
string |
Character vector of strings. |
pattern |
A pattern to match. Can be:
Unlike stringr, |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.