isDotOrDoubleDot | R Documentation |
Does a string end with one or two dots (".", "..")?
isDotOrDoubleDot(x)
x |
vector of character |
vector of logical
isDotOrDoubleDot(c("a", "b.", "c..", "d", "efg..h"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.