Extract named reactive expressions from a Shiny server file
extract_named_reactives.Rd
Identifies reactive()
assignments that are stored in variables and returns a data frame.
Additionally, it checks for any input dependencies inside the reactive()
function.