R/utils.R
discard_start_while.Rd
Discard all values at the start of .x while .p is true
discard_start_while(.x, .p)
Vector
Logical vector
A vector the same type as .x with leading elements removed.
.x