Learn R Programming

shinyfa (version 0.0.1)

classify_reactivity: Classify the reactivity type of a render block

Description

Determines whether a given block of Shiny code contains reactive elements such as reactive(), eventReactive(), observeEvent(), etc.

Usage

classify_reactivity(render_block)

Value

A string indicating the type of reactivity detected.

Arguments

render_block

A character vector representing a block of Shiny server code.