Learn R Programming

ruler (version 0.1.3)

expose_single: Expose data to single rule pack

Description

The workhorse generic function for doing exposure. The result is single_exposure.

Usage

expose_single(.tbl, .pack, .rule_sep, .remove_obeyers, ...)

Arguments

.tbl

Data frame of interest.

.pack

Rule pack function.

.rule_sep

Regular expression used as separator between column and rule names in col packs and cell packs.

.remove_obeyers

Whether to remove elements which obey rules from report.

...

Further arguments passed to or from other methods.