cumall | R Documentation |
Cumulative all and any
cumall(x)
cumany(x)
x |
a |
a logical
vector
cumall(c(TRUE, TRUE, NA, TRUE, FALSE))
cumany(c(FALSE, FALSE, NA, TRUE, FALSE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.