levenshtein {SparkR} | R Documentation |
Computes the Levenshtein distance of the two given string columns.
levenshtein(y, x) ## S4 method for signature 'Column' levenshtein(y, x)
y |
Column to compute on. |
x |
Column to compute on. |
levenshtein since 1.5.0
Other string_funcs: ascii
,
base64
, concat_ws
,
concat
, decode
,
encode
, format_number
,
format_string
, initcap
,
instr
, length
,
locate
, lower
,
lpad
, ltrim
,
regexp_extract
,
regexp_replace
, reverse
,
rpad
, rtrim
,
soundex
, substring_index
,
translate
, trim
,
unbase64
, upper
## Not run: levenshtein(df$c, x)