expose_single {ruler} | R Documentation |
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. |
[Package ruler version 0.3.0 Index]