| keep_while | R Documentation |
Keep values at the start of .x while .p is true
keep_while(.x, .p)
.x |
Vector |
.p |
Logical vector |
A vector the same type as .x with only leading elements where .p is TRUE.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.