get_MDB: Get an MDB object from a TKCat related object

View source: R/generics.R

get_MDB.TKCatR Documentation

Get an MDB object from a TKCat related object

Description

Get an MDB object from a TKCat related object

Usage

## S3 method for class 'TKCat'
get_MDB(x, dbName, ...)

## S3 method for class 'chTKCat'
get_MDB(x, dbName, timestamp = NA, check = TRUE, n_max = 10, ...)

get_MDB(x, dbName, ...)

Arguments

x

a TKCat related object (e.g. chTKCat)

dbName

the name of the database

...

method specific parameters

timestamp

the timestamp of the instance to get. Default=NA: get the current version.

check

logical: if TRUE (default) the data are confronted to the data model

n_max

maximum number of records to read for checks purpose (default: 10). See also ReDaMoR::confront_data().

Value

An MDB object

See Also

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.


TKCat documentation built on June 8, 2025, 11:25 a.m.