Learn R Programming

IFC (version 0.2.1)

fastAny: Any with Rcpp

Description

Helper to compute any

Usage

fastAny(x)

Value

a logical vector

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