Learn R Programming

qreport (version 1.0-1)

multDataOverview: multDataOverview

Description

Multiple Dataset Overview

Usage

multDataOverview(X, id = NULL)

Value

invisibly, a data table

Arguments

X

list object containing any number of data frames/tables

id

formula containing a single subject identifier, e.g., id = patient.id`

Author

Frank Harrell

Details

Provides an overview of the data tables inside a giant list. The result returned (invisible) is a data table containing for each variable a comma-separated list of datasets containing that variable (other than id variables).

See Also

dataOverview()

Examples

Run this code
if (FALSE) {
multDataOverview(list(data1=mydata1, data2=mydata2), id = ~ subject.id)
}

Run the code above in your browser using DataLab