any_byname | R Documentation |
TRUE
?Tells whether any elements in matrix a
are true.
any_byname(a)
a |
a matrix or list of matrices |
a
can be a matrix or a list of matrices.
TRUE
if any elements of a
are TRUE
, FALSE
otherwise
any_byname(matrix(c(TRUE, FALSE), nrow = 2, ncol = 1))
any_byname(matrix(rep(FALSE, times = 4), nrow = 2, ncol = 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.