Description Usage Arguments Value
Look for commons initials between two names
1 2 3 4 5 6 7 | common_names(
name1,
name2,
order = TRUE,
threshold = 1,
r_letters = c(K = "C", W = "V", Y = "I", Z = "S")
)
|
name1 |
vector of strings |
name2 |
vector of strings |
order |
if TRUE, initials should be in the same ordre |
character vector of correspondances betweens initiales of the two names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.