generateDCfilts: Filter Data Checks

Description Usage Arguments Value

View source: R/filterDataCheck.R

Description

'generateDCfilts()' is a function that generates vector for filtering data checks result table according to 'DT::datatable()' 'selectedCells' object.

Usage

1
2
generateDCfilts(DCresultSummary, selectedCells, filters = c("P", "F",
  "M"))

Arguments

DCresultSummary

Summary table for a dataCheckFlag class (must be filterable in 'DT')

selectedCells

Cells selected in 'DT::datatable'

filters

Vector that contains names for passed, failed and missing data checks

Value

A list that contains name of a data checks, it's target and filtering status


bdchecks documentation built on May 2, 2019, 4:24 a.m.