Learn R Programming

shiny.react (version 0.4.0)

enableReactDebugMode: Enable 'React' debug mode

Description

Sets the shiny.react_DEBUG option to TRUE. In debug mode, 'shiny.react' will load a dev version of 'React', which is useful for debugging. It will also set the logging level to DEBUG. Call this function before running the app to enable the debugging mode.

Usage

enableReactDebugMode()

Arguments

Value

Nothing. This function is called for its side effects.