short_precheck: Truncated Pre-check

View source: R/short_precheck.R

short_precheckR Documentation

Truncated Pre-check

Description

This function runs a workflow of the minimum number of checks required for a user to run dbGaPCheckup_required_field_check; the checks include dbGaP_required_field_check, dimension_check, and name_check.

Usage

short_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)
short_precheck(DD.dict.B, DS.data.B)

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