Learn R Programming

lenses (version 0.0.3)

drop_while_il: Conditional trim lens

Description

A lens into all elements starting from the first element that doesn't satisfy a predicate. Essentially the complement of take_while_il

Usage

drop_while_il(f)

Arguments

f

the predicate (logical) function