dat_function {dbGaPCheckup}R Documentation

Data Utility Function

Description

This function calls eval_function to generate a textual and graphical report of the selected variables.

Usage

dat_function(
  DS.dataset,
  DD.dictionary,
  sex.split = FALSE,
  sex.name = NULL,
  DS.dataset.na
)

Arguments

DS.dataset

Data set.

DD.dictionary

Data dictionary.

sex.split

When TRUE, split reports by the field named by the sex.name string.

sex.name

Character string giving the name of the sex field.

DS.dataset.na

Data set with missing values set to NA.

Value

Invisible NULL, called for its side effects.


[Package dbGaPCheckup version 1.1.0 Index]