fastAny: Any with Rcpp

View source: R/fastAny.R

fastAnyR 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


IFC documentation built on Sept. 14, 2023, 1:08 a.m.