dm_select_tbl() keeps the selected tables and their relationships,
optionally renaming them.
dm_rename_tbl() renames tables.
dm_select_tbl(dm, ...) dm_rename_tbl(dm, ...)
| dm | A |
|---|---|
| ... | One or more table names of the tables of the |
The input dm with tables renamed or removed.
#> ── Metadata ──────────────────────────────────────────────────────────────────── #> Tables: `airports`, `fl` #> Columns: 27 #> Primary keys: 1 #> Foreign keys: 1#> ── Metadata ──────────────────────────────────────────────────────────────────── #> Tables: `airlines`, `ap`, `fl`, `planes`, `weather` #> Columns: 53 #> Primary keys: 3 #> Foreign keys: 3