extract_output_assignments: Extract output assignments from Shiny server code
Description
Identifies output$ assignments in a Shiny server file and extracts
their associated render function types.
Usage
extract_output_assignments(server_code)
Value
A list of lists, where each list contains an index, output ID, and render function type.
Arguments
- server_code
A character vector representing lines of Shiny server code.