View source: R/fuzzy-matching.r
Search the TOP dataset for journals that are within a certain string distance of the input string.
Generally useful for finding journals that may have typos or regional differences in naming.
1 | find_journal(input, method = "osa", max_distance = 3)
|
input |
the string to check, can be length > 1 |
method |
the method for measuring string distance, see ?stringdist::stringdist-metrics for more information |
max_distance |
the maximum valid string distance the returned input can be |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.