in_string | R Documentation |
Check if character value matches the provided pattern
in_string(x, pattern, ...)
x |
String value. |
pattern |
Pattern that should be matched to |
... |
Extra arguments passed to grepl. |
A logical vector indicating which elements of x
are matching the provided pattern
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.