stringEndsWith | R Documentation |
stringEndsWith
stringEndsWith(x, endsWith)
x |
vector of character to be checked if they end with |
endsWith |
string to be searched for at the end of the string(s) in
|
stringEndsWith(c("abc", "Kabeljau", "Arabella"), "a")
stringEndsWith(c("abc", "Kabeljau", "Arabella"), "jau")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.