recursive_all | R Documentation |
Standard logical functions implemented by folding
recursive_all(x)
recursive_any(x)
recursive_none(x)
x |
A logical vector. |
Functions leveraging either fold right or fold left.
library(functionalPlayground)
x <- c(TRUE, TRUE, FALSE, FALSE)
recursive_all(x)
recursive_any(x)
recursive_none(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.