View source: R/dataprep_join_data.R
join_pandora_tables | R Documentation |
Some Pandora tables can be merged following a hierarchical, pair-wise logic
of primary and foreign keys. join_pandora_tables()
is a join function
which is aware of this logic and automatically combines lists of data.frames
with Pandora tables (as produced by get_con_list()
or get_df_list()
)
to long data.frames.
join_pandora_tables(x)
x |
named list of data.frames or connections (PANDORA tables) as returned by
|
data.frame (joined from multiple data.frames)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.