powered by
TRUE
Tells whether any elements in matrix a are true.
a
any_byname(a)
TRUE if any elements of a are TRUE, FALSE otherwise
FALSE
a matrix or list of matrices
a can be a matrix or a list of matrices.
any_byname(matrix(c(TRUE, FALSE), nrow = 2, ncol = 1)) any_byname(matrix(rep(FALSE, times = 4), nrow = 2, ncol = 2))
Run the code above in your browser using DataLab