safe_any: Safe ANY Operation with NA Handling

View source: R/utils.R

safe_anyR Documentation

Safe ANY Operation with NA Handling

Description

Performs any() operation that returns FALSE when all values are NA instead of NA.

Usage

safe_any(x, ...)

Arguments

x

Logical vector

...

Additional arguments passed to any()

Value

Logical value (never NA)


PortfolioTesteR documentation built on Nov. 5, 2025, 5:23 p.m.