R/parse.R
parse_shiny_app.Rd
Reads a Shiny app's R source files and extracts a structured representation of UI inputs, outputs, and server logic.
parse_shiny_app(path)
Path to a Shiny app directory (containing app.R or ui.R/server.R)
A ShinyAppIR list with components: inputs, outputs, server_body, reactives, observers, complexity
ShinyAppIR
inputs
outputs
server_body
reactives
observers
complexity