plot_join_plan: Plot a Join Plan as a Flowchart

View source: R/plot_join_plan.R

plot_join_planR Documentation

Plot a Join Plan as a Flowchart

Description

Takes a plan generated by create_join_plan() and creates a flowchart visualizing the sequence of aggregations and merges.

Usage

plot_join_plan(join_plan)

Arguments

join_plan

A data.table created by create_join_plan().

Value

A DiagrammeR graph object that can be printed to the RStudio Viewer pane.


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