multDataOverview | R Documentation |
Multiple Dataset Overview
multDataOverview(X, id = NULL)
X |
list object containing any number of data frames/tables |
id |
formula containing a single subject identifier, e.g., |
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).
invisibly, a data table
Frank Harrell
dataOverview()
## Not run:
multDataOverview(list(data1=mydata1, data2=mydata2), id = ~ subject.id)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.