Description Usage Arguments Value Examples
tail_while combinator which returns tail elements while predicate is TRUE
1 | tail_while(x, p)
|
x |
vector to filter |
p |
predicate |
tail filtered
1 | tail_while(c(1, 2, 3, 4, 1, 2), (~ x < 3))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.