View source: R/4_fold_logical_functions.R
recursive_is_in | R Documentation |
Standard logical functions implemented by mapping and folding.
recursive_is_in(x, y)
x |
A vector. |
y |
A vector to check against. Is x in y? |
Functions leveraging either fold right or fold left and mapping.
library(functionalPlayground)
recursive_is_in(c(1, 3, 5), c(1, 4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.