Chapter 16 Escaping the graph

Learning objectives:

Learn how to escape the constraints of the reactive graph, the fundamental building blocks that allows Shiny to do just the work that is needed.

At the end of this chapter, you will be able to understand what are the escaping of a reactive graph constrain, and what are the techniques to combine and connect a reactive graph applying manual controls over parts of the graph.


Introduction

1 - Combine reactive values

2 - Connect the right side with the left side

3 - Create infinite loops

Conclusions