R/BASIX.match.R

Defines functions BASIX.match

Documented in BASIX.match

BASIX.match <- function(elements, vec){

ids <- .Call("my_match_C",elements,vec, PACKAGE="BASIX")

#ids[ids==-1] <- NA

return(ids)

}

Try the BASIX package in your browser

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

BASIX documentation built on June 13, 2022, 5:05 p.m.