startsWith | R Documentation |
Same as base::startsWith()
and base::endsWith()
except
available for R < 3.3
startsWith(x, prefix)
endsWith(x, suffix)
x |
a string to test |
prefix |
a string to test the presence of |
suffix |
a string to test the presence of |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.