Description Usage Arguments Value
Function compares given name with elements of dictionary, callculates simiarity scores and returns result in data.frame format. Matching results might be optionally filtered according to threshold value
1 | matchNames(names, dictionary, threshold = 0.95, return = "closest")
|
names |
|
dictionary |
|
threshold |
|
return |
|
Function returns dataframe with columns Name
,
Dictionary
, Score
. Number of rows in dataframe depends on
number of names and number of mathces that have a score higher than the
threshold
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.