head_while: head_while combinator which returns head elements while...

Description Usage Arguments Value Examples

View source: R/functional.R

Description

head_while combinator which returns head elements while predicate is TRUE

Usage

1
head_while(x, p)

Arguments

x

vector to filter

p

predicate

Value

head filtered

Examples

1
head_while(c(1, 2, 3, 4, 1, 2), (~ x < 3))

perfail-stud/Rstudfile documentation built on Dec. 22, 2021, 7:43 a.m.