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