R/utils.R
keep_while.Rd
Keep values at the start of .x while .p is true
keep_while(.x, .p)
Vector
Logical vector
A vector the same type as .x with only leading elements where .p is TRUE.
.x
.p
TRUE