int_unexp_records_dataframe: Check for unexpected data record count at the data frame...

View source: R/int_unexp_records_dataframe.R

int_unexp_records_dataframeR Documentation

Check for unexpected data record count at the data frame level

Description

This function contrasts the expected record number in each study in the metadata with the actual record number in each study data frame.

Usage

int_unexp_records_dataframe(identifier_name_list, data_record_count)

Arguments

identifier_name_list

character a character vector indicating the name of each study data frame, mandatory.

data_record_count

integer an integer vector with the number of expected data records per study data frame, mandatory.

Value

a list with

  • DataframeData: data frame with the results of the quality check for unexpected data elements

  • DataframeTable: data frame with selected unexpected data elements check results, used for the data quality report.


dataquieR documentation built on July 26, 2023, 6:10 p.m.