Skip to contents

Builds a dependency graph from inputs through reactives to outputs, and groups connected components into tool groups.

Usage

analyze_reactive_graph(ir)

Arguments

ir

A ShinyAppIR object from parse_shiny_app()

Value

A ReactiveAnalysis list with components: graph, tool_groups, warnings