Description Usage Arguments Value Examples
View source: R/cumall.R
Cumulative all and any
1 2 3
cumall(x) cumany(x)
x
a logical vector.
logical
a logical vector
1 2
cumall(c(TRUE, TRUE, NA, TRUE, FALSE)) cumany(c(FALSE, FALSE, NA, TRUE, FALSE))
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.