A metaMDB object is an MDB gathering several other MDBs glued by relational tables.
metaMDB(MDBs, relationalTables, dataModel, dbInfo, check = TRUE)# S3 method for metaMDB
names(x) <- value
# S3 method for metaMDB
rename(.data, ...)
# S3 method for metaMDB
[(x, i)
# S3 method for metaMDB
[[(x, i)
# S3 method for metaMDB
$(x, i)
A metaMDB object
a list of MDB objects
a list of tibbles corresponding to the relational tables between the different MDBs
a ReDaMoR::RelDataModel object gathering all the data model of all the MDBs plus the relational tables
a list with DB information: "name" (only mandatory field), "title", "description", "url", "version", "maintainer".
logical: if TRUE (default) the data are confronted to the data model
a metaMDB object
new table names
a metaMDB object
Use new_name = old_name to rename selected tables
the index or the name of the tables to take
MDB methods: db_info, data_model, data_tables, collection_members, count_records, dims, filter_with_tables, as_fileMDB
Additional general documentation is related to MDB.
filter.metaMDB, slice.metaMDB
get_confrontation_report, ReDaMoR::format_confrontation_report and ReDaMoR::format_confrontation_report_md for getting and formatting the report confronting the data to the model.