Learn R Programming

IFC (version 0.1.6)

fastAny: Any with Rcpp

Description

Helper to compute any

Usage

fastAny(x)

Value

a logical vector

Arguments

obj

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