cumulative_all | R Documentation |
Cumulative functions implemented in a functional style
cumulative_all(x)
cumulative_any(x)
cumulative_none(x)
x |
A logical vector. |
Functions leveraging map and a function operator.
library(functionalPlayground)
x <- c(TRUE, TRUE, FALSE, FALSE)
cumulative_all(x)
cumulative_any(x)
cumulative_none(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.