link_test: Construct a test call

Description Usage Arguments Value Examples

View source: R/link_targets.R

Description

Construct a test call

Usage

1
link_test(d, crit, string, target)

Arguments

d

A links data_frame with the universe of the test

crit

A quoted evaluationa call describing a passed test.

string

A character string defining the test

target

The target passing value

Value

A data_frame with a description and result of the test.

Examples

1
2
3
4
5
## Not run: 
# This is a pretend test to illustrate
link_test(links, quote(volume > count), "Volume over count", 50)

## End(Not run)

pbsag/outviz documentation built on Dec. 7, 2019, 5:50 a.m.