execute_join_plan: Execute a Join Plan

View source: R/execute_plan.R

execute_join_planR Documentation

Execute a Join Plan

Description

Takes a plan generated by create_join_plan() and executes it sequentially to produce a final, merged data.table.

Usage

execute_join_plan(join_plan, data_list)

Arguments

join_plan

A data.table created by create_join_plan().

data_list

A named list of the source data.tables.

Value

A final, merged data.table.


DBmaps documentation built on Sept. 9, 2025, 5:44 p.m.