join_mdb_tables {TKCat} | R Documentation |
Join connected tables
Description
Join connected tables
Usage
join_mdb_tables(
x,
...,
type = c("left", "right", "inner", "full"),
jtName = NA
)
Arguments
x |
an MDB object |
... |
at least 2 names of tables to join |
type |
the type of join among:
|
jtName |
the name of the joint. IF NA (default), the name is then the name is the first provided table name. |
Value
A metaMDB corresponding to x with the joined tables replaced by the joint. If less than 2 table names are provided, the function returns the original x MDB.
[Package TKCat version 1.1.11 Index]