Description Usage Arguments Functions Slots Examples
S4 Class: domain
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | Domain(df, columns)
## S4 method for signature 'data.frame,missing'
Domain(df, columns = NULL)
## S4 method for signature 'data.frame,data.frame'
Domain(df, columns)
DM(df, columns)
## S4 method for signature 'data.frame,missing'
DM(df, columns = NULL)
## S4 method for signature 'data.frame,data.frame'
DM(df, columns)
|
df |
( |
columns |
( |
Domain
: generic Domain
Domain,data.frame,missing-method
: create Domain with missing column description.
Domain,data.frame,data.frame-method
: create Domain with column description.
DM-class
: class DM
DM
: generic DM
DM,data.frame,missing-method
: create DM with missing column description.
DM,data.frame,data.frame-method
: create DM with column description.
df
(data.frame
)
the data.
columns
(data.frame
)
metadata, information about columns.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.