Files
shiny/R
Joe Cheng 842765dad0 Features for easier explaining of reactivity
- makeReactiveBinding: Turns a "regular" variable into a reactive.
  No need to use reactiveValues() for simple reactivity.
- setAutoflush (not exported): Causes flushReact() to be called
  each time something is executed at the R console top-level.
- options(shiny.suppressMissingContextError=TRUE): Prevents the
  "Operation not allowed without an active reactive context" error
  when attempting to read a reactive value or expression from the
  console.
2013-12-14 23:35:32 -08:00
..
2013-06-18 17:07:42 -07:00
2013-12-14 09:44:54 -05:00
2012-11-21 23:02:40 -08:00
2013-06-19 00:34:57 -05:00