setReactLog {reactlog}R Documentation

Enable or disable the reactlog

Description

Before the reactlog can be visualized, it needs to be enabled. For security and performance reasons, you should not enable the reactlog in a shiny app in production.

Usage

reactlog_enable()

reactlog_disable(warn = TRUE)

Arguments

warn

Should a warning message be shown?

See Also

reactlog_show()


[Package reactlog version 1.1.1 Index]