The variable word
is the name to be encoded. The variable
maxCodeLen
is the limit on how long the returned name code
should be. The default is 4.
The cologne
algorithm is only defined for inputs over the
standard English alphabet, i.e., "A-Z," "<U+00C4>," "<U+00D6>," "<U+00DC>," and
"<U+00DF>." Non-alphabetical characters are removed from the string in a
locale-dependent fashion. This strips spaces, hyphens, and numbers.
Other letters, such as "<U+00E7>," may be permissible in the current locale
but are unknown to cologne
. For inputs outside of its known
range, the output is undefined and NA
is returned and a
warning
this thrown. If clean
is FALSE
,
cologne
attempts to process the strings. The default is
TRUE
.