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


gitdemont/IFC documentation built on June 11, 2025, 9:23 p.m.