str_similar | R Documentation |
Check similarity of given string with target.
str_similar(string, target, similarity = 3, only_sub = FALSE)
string |
character for checking similarity |
target |
character for compared target |
similarity |
threshold similarity |
only_sub |
count only substitute |
logical: TRUE if string is enough similar with target.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.