map_join_paths | R Documentation |
Analyzes metadata for explicit joins and optionally scans data to infer additional joins. Handles single- and multi-variable join keys.
map_join_paths(metadata_dt, data_list = NULL)
metadata_dt |
A data.table containing the master metadata. |
data_list |
A named list of data.tables (names match |
A data.table
representing the "Join Map" with columns:
table_from
, table_to
, key_from
, key_to
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.