Description Usage Arguments Value
'dc_filter_generate()' is a function that generates vector for filtering data checks result table according to filtering table 'selectCells' object.
1 2 3 4 5 | dc_filter_generate(
dc_result_summary,
cell_selected,
filters = c("P", "F", "M")
)
|
dc_result_summary |
Summary table for a DataCheckFlagSet class (must be filterable in 'DT') |
cell_selected |
Cells selected in filtering table. |
filters |
Vector that contains names for passed, failed and missing data checks |
A list that contains name of a data checks, it's target and filtering status
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.