fastAny {IFC}R Documentation

Any with Rcpp

Description

Helper to compute any

Usage

fastAny(x)

Arguments

x

either a list or an object coercible to logical matrix

Details

if 'x' is a list it will return any across list members. if 'x' is coercible to a logical matrix, it will return any across matrix rows

Value

a logical vector


[Package IFC version 0.2.1 Index]