mv_precheck {dbGaPCheckup}R Documentation

Missing Values Required Pre-checks

Description

This function runs a workflow of the minimum number of checks required for a user to run missing_value_check; the checks include field_check and pkg_field_check.

Usage

mv_precheck(dict, data)

Arguments

dict

Data dictionary.

data

Data set.

Value

Tibble containing the following information for each check: (1) Time (time stamp); (2) Name (name of the function); (3) Status (Passed/Failed); (4) Message (A copy of the message the function printed out); (5) Information (More detailed information about the potential errors identified).

Examples

data(ExampleB)
mv_precheck(DD.dict.B, DS.data.B)

[Package dbGaPCheckup version 1.1.0 Index]