soundex {SparkR} | R Documentation |
Return the soundex code for the specified expression.
soundex(x) ## S4 method for signature 'Column' soundex(x)
Other string_funcs: ascii
,
base64
, concat_ws
,
concat
, decode
,
encode
, format_number
,
format_string
, initcap
,
instr
, length
,
levenshtein
, locate
,
lower
, lpad
,
ltrim
, regexp_extract
,
regexp_replace
, reverse
,
rpad
, rtrim
,
substring_index
, translate
,
trim
, unbase64
,
upper
## Not run: soundex(df$c)