R/Any.R

Defines functions rowAny colAny

Documented in colAny rowAny

#[export]
colAny <- function(x) {
  .Call(Rfast_col_any,x)
}

#[export]
rowAny <- function(x) {
  .Call(Rfast_row_any,x)
}

Try the Rfast package in your browser

Any scripts or data that you put into this service are public.

Rfast documentation built on Nov. 9, 2023, 5:06 p.m.