R/completeNames.R

Defines functions `completeNames`

`completeNames` <-
function(i1, i2, namesVec, ncateg) {
        unlist(lapply(i1:i2, expandNames, namesVec, ncateg))
}

Try the goProfiles package in your browser

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

goProfiles documentation built on Nov. 8, 2020, 8:12 p.m.