join_pandora_tables: Join multiple *PANDORA table*s

View source: R/dataprep_join_data.R

join_pandora_tablesR Documentation

Join multiple PANDORA tables

Description

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.

Usage

join_pandora_tables(x)

Arguments

x

named list of data.frames or connections (PANDORA tables) as returned by get_con_list or get_df_list

Value

data.frame (joined from multiple data.frames)


sidora-tools/sidora.core documentation built on March 2, 2025, 1:14 a.m.