check_cond_and: Evaluate logical predicates for each element of the list

Description Usage Arguments Examples

Description

Evaluate logical predicates for each element of the list

Usage

1
2
3

Arguments

.data

a list.

...

logical predicates defined in terms of the variables in .data.

Examples

1
2
3
4
5
as_lol(mtcars) %>%
  check_cond_and(cyl == 4, mpg > 30)

as_lol(mtcars) %>%
  check_cond_or(cyl == 4, mpg > 30)

twolodzko/lolplyr documentation built on May 14, 2019, 8:22 a.m.