I am using the stringdist
package in R
.
For several options:
grab(x, pattern, maxDist = Inf, value = FALSE, ...)
grabl(x, pattern, maxDist = Inf, ...)
extract(x, pattern, maxDist = Inf, ...)
it uses maxDist
. This option however counts the distance between A
and a
as one. Just as the distance between A
and b
. I would like ignore the letter case, for maxDist
. Does anyone know how?