Description Usage Arguments Value Examples
Calculate similar characters of two string vectors, element-by-element.
1 | similar_chars(x, y)
|
x |
A character vector. |
y |
A character vector. |
A vector for the element-wise amount of similar characters between
x
and y
.
1 | similar_chars(c('dianhua', 'gandong'), c('denwa', 'kando'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.