R/andor.R

'%and%'<-function(a,b) paste0(a,'&',b)
'%or%'<-function(a,b) paste0(a,'|',b)
HaoLi111/MFVN documentation built on Jan. 5, 2023, 4:37 a.m.