Learn R Programming

shinyfa (version 0.0.1)

extract_named_reactives: Extract named reactive expressions from a Shiny server file

Description

Identifies reactive() assignments that are stored in variables and returns a data frame. Additionally, it checks for any input dependencies inside the reactive() function.

Usage

extract_named_reactives(server_code)

Value

A data frame containing named reactive expressions with their corresponding input dependencies.

Arguments

server_code

A character vector representing lines of Shiny server code.