values_precheck: Values Pre-Check

View source: R/values_precheck.R

values_precheckR Documentation

Values Pre-Check

Description

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

Usage

values_precheck(dict)

Arguments

dict

Data dictionary.

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)
values_precheck(DD.dict.B)

dbGaPCheckup documentation built on Sept. 27, 2023, 5:06 p.m.