16.3 Connect the right side with the left side

In this section we combine reactiveValues() and observeEvent()

Figure 16.3 Connecting the right side with the left side with directional arrow to show the missing connection
ui
actionButton
server
reactiveValues
observeEvent

Figure 16.3: This is the graph of the connection

16.3.1 Case Studies:

  • One output modified by multiple inputs
  • Accumulating inputs
  • Pausing animations
  • Anti-patterns