stringStartsWith | R Documentation |
stringStartsWith
stringStartsWith(x, startsWith)
x |
vector of character to be checked if they start with
|
startsWith |
string to be searched for at the beginning of the string(s)
in |
stringStartsWith(c("abc", "Kabeljau", "Arabella"), "ab")
stringStartsWith(c("abc", "Kabeljau", "Arabella"), "A")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.