Create a single dm
from two or more dm
objects.
dm_bind(..., repair = "check_unique", quiet = FALSE)
... |
|
---|---|
repair | Either a string or a function. If a string, it must
be one of
The |
quiet | By default, the user is informed of any renaming
caused by repairing the names. This only concerns unique and
universal repairing. Set |
dm
containing the tables and key relations of all dm
objects.
The dm
objects have to share the same src
. By default table names need to be unique.
#> ── Metadata ──────────────────────────────────────────────────────────────────── #> Tables: `airlines`, `airports`, `flights`, `planes`, `weather`, … (7 total) #> Columns: 69 #> Primary keys: 3 #> Foreign keys: 3