data_model.chMDB | R Documentation |
Get object data model
## S3 method for class 'chMDB'
data_model(x, ...)
## S3 method for class 'fileMDB'
data_model(x, ...)
data_model(x, ...)
## S3 method for class 'memoMDB'
data_model(x, ...)
## S3 method for class 'metaMDB'
data_model(x, rtOnly = FALSE, recursive = FALSE, ...)
x |
an object with an embedded data model |
... |
method specific parameters |
rtOnly |
if TRUE, the function only returns the relational tables and the corresponding foreign tables (default: FALSE) |
recursive |
if TRUE and rtOnly, the function returns also the relational tables from embedded metaMDBs. |
A ReDaMoR::RelDataModel object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.