qc_criteria_pts: Quality Control Criteria for Patient-Level Data

View source: R/check_prostate_redcap.R

qc_criteria_ptsR Documentation

Quality Control Criteria for Patient-Level Data

Description

For use in check_prostate_redcap.

Usage

qc_criteria_pts()

Value

Tibble:

  • label: Description of the exclusion criterion.

  • filter_criterion: Expression that will be used in filter for restriction to observations that pass the criterion.

Examples

# Show all criteria:
qc_criteria_pts()

# Show code for criterion #3:
qc_criteria_pts()$filter_criterion[[3]]

stopsack/prostateredcap documentation built on June 3, 2023, 12:51 a.m.