eval_rule: Evaluate rule to a logical vector and list of variables used

Description Usage Arguments Value Examples

View source: R/test_rule.R

Description

Evaluate rule to a logical vector and list of variables used

Usage

1
eval_rule(data, rule)

Arguments

data

A data frame

rule

A statement which evaluates to a logical vector in terms of the data

Value

currently a list

Examples

1
eval_rule(dm, AGE < 100)

idmn/dval documentation built on May 18, 2019, 2:33 a.m.