View source: R/coder_link_lang.R
fuzzy_str_match | R Documentation |
Fuzzy Matching of string to target string
fuzzy_str_match(
source,
target,
target.name = target,
target.type,
threshold = 0.2,
costs = c(insertions = 1, deletions = 1, substitutions = 1)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.