Package index
-
extract_lineage() - Extract column lineage from a dplyr pipeline or SQL query
-
lineage_flow() - Render an interactive column lineage diagram
-
lineage_example() - A built-in example lineage diagram
-
lineage_flowOutput()renderLineageFlow() - Shiny bindings for lineage_flow
-
lineage_edges() - Lineage edges as a data frame
-
lineage_tables() - Lineage tables as a data frame
-
lineage_upstream()lineage_downstream() - Trace a column's ancestry or descendants
-
lineage_diff() - Compare two lineage extractions
-
create_table_node() - Create a table node for a lineage diagram
-
create_column_edge() - Connect two columns in a lineage diagram
-
lineage_json() - Export lineage as JSON
-
lineage_graphml() - Export lineage as GraphML
-
lineage_mermaid() - Export lineage as a Mermaid flowchart
-
lineage_openlineage() - Export lineage as an OpenLineage run event
Python Integration
Python (sqlglot) is only used for raw SQL input and is provisioned automatically; this helper checks availability
-
has_sqlglot() - Is the Python sqlglot dependency available?
-
has_bundle() - Is the React Flow bundle available?