discard_start_while {gutenbergr} | R Documentation |
Discard all values at the start of .x while .p is true
Description
Discard all values at the start of .x while .p is true
Usage
discard_start_while(.x, .p)
Arguments
.x |
Vector |
.p |
Logical vector |
[Package gutenbergr version 0.3.0 Index]