| internal-functions | R Documentation |
lev_partial_ratio() and lev_token_set_ratio() are hard to vectorise in one go, so in the
interests of lazy thinking these "internal" versions contain the logic to operate on
single-length inputs, and the calling functions just apply() them as needed.
internal_lev_token_set_ratio(a, b, pairwise = TRUE, useNames = !pairwise, ...)
internal_lev_partial_ratio(a, b, pairwise = TRUE, useNames = !pairwise, ...)
a, b |
The input strings. For these "internal" functions these must be length 1 |
pairwise |
Boolean. If |
useNames |
Boolean. Use input vectors as row and column names? |
... |
Additional arguments to be passed to |
internal_lev_token_set_ratio(): See lev_token_set_ratio().
internal_lev_partial_ratio(): See lev_partial_ratio().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.