Identifies reactive() assignments that are stored in variables and returns a data frame.
Additionally, it checks for any input dependencies inside the reactive() function.
extract_named_reactives(server_code)A data frame containing named reactive expressions with their corresponding input dependencies.
A character vector representing lines of Shiny server code.