R/BASIX.combnapply.R

Defines functions BASIX.combnapply

Documented in BASIX.combnapply

BASIX.combnapply <- function(vec,mode="*"){

ret <- .Call("combnapply_C",vec,mode)

if(mode=="=="){
ret <- as.logical(ret)
}
return(ret)

}

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.