rstudio / reactlog

Shiny Reactivity Visualizer
http://rstudio.github.io/reactlog
Other
121 stars 9 forks source link

reactlog should provide a function for setting `options(shiny.reactlog=TRUE)` #61

Closed daattali closed 4 years ago

daattali commented 4 years ago

Instead of requiring the app developer to remember the exact name of the option or to look up the documentation, it would be nice to have a function exported

reactlog_set(enabled = TRUE) {
  options(shiny.reactlog=enabled)
}