R/old20.R

Defines functions old20

Documented in old20

old20 <-
function(sources, targets, method='levenshtein', parallel=FALSE){
    return(ald(sources, targets, 20, method=method, parallel=parallel))
}

Try the vwr package in your browser

Any scripts or data that you put into this service are public.

vwr documentation built on May 2, 2019, 4:23 a.m.