longest_common_prefix | R Documentation |
This function returns the longest common prefix.
longest_common_prefix(s, split = "", fixed = FALSE)
s |
A vector of character. |
split |
character passed to strsplit function as split. |
fixed |
boolean passed to gsub function as fixed. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.