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