Description Usage Arguments Value Examples
Common prefix of a given vector of strings without decimals in its tail.
1 | guess_prefix(ss)
|
ss |
a vector of strings |
the common prefix without decimals in its tail (string)
1 | guess_prefix(c("a11", "a12", "a13")) #=> "a"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.