R/either.R

Defines functions either

either <- function(e1,e2){map2(e1,e2,~ map2_lgl(.x,.y,function(x,y)!(x|y)))}    
ianmoran11/ralget documentation built on Oct. 12, 2023, 12:19 a.m.