col_satisfiesIf: validation whether all rows matching 1st predicate also match...

Description Usage Arguments

View source: R/validation-functions-column.R

Description

validation whether all rows matching 1st predicate also match 2nd predicate

Usage

1
col_satisfiesIf(data, predicate, if_predicate)

Arguments

data

dataframe

predicate

check function that takes data as a parameter and returns TRUE if records satisy predicate of FALSE if not

if_predicate

filter function that takes data as a parameter and returns TRUE / FALSE. Records marked with TRUE will be checked by second predicate


EvgenyPetrovsky/deeque documentation built on Jan. 23, 2020, 3:38 a.m.