Learn R Programming

dataquieR (version 2.1.0)

int_sts_element_dataframe: Determine missing and/or superfluous data elements

Description

Depends on dataquieR.ELEMENT_MISSMATCH_CHECKTYPE option, see there -- # TODO: Rind out, how to document and link it here using Roxygen.

Usage

int_sts_element_dataframe(study_data, meta_data = "item_level")

Value

list with names lots:

  • DataframeData: data frame with the unexpected elements check results.

  • DataframeTable: data.frame table with all errors, used for the data quality report: - MISSING: meta_data or study_data: where is the element missing - PCT_int_sts_element: Percentage of element mismatches - NUM_int_sts_element: Number of element mismatches - resp_vars: affected element names

Arguments

study_data

data.frame the data frame that contains the measurements

meta_data

data.frame the data frame that contains metadata attributes of study data

Details

Indicator