ors: ors

Description Usage Arguments Value See Also Examples

Description

Recursivly finds the union of a list of logicals

Usage

1
ors(inList)

Arguments

inList

a list of vectors

Value

the union of the list of vectors

See Also

~orM "|"

Examples

1
2
result<-ors(list(c(1,2,3),c(3,4,5)))
result<-c(TRUE,TRUE,TRUE)

alexjgriffith/CCCA documentation built on May 10, 2019, 8:52 a.m.