14 The reactive graph
14.4.5 Exercises
- Reactives are not run because there are no outputs. Server function only contains inputs and reactive expressions.
- The graph will take
- 1 second to recompute if
x1changes, - 2 seconds to recompute if
x2changes and - 1 second to recompute if
x3changes.
Please find the reactive graph below which is generated using the reactlog package. For further details, please refer to The reactlog package in Mastering Shiny book.
- When we start the session,
ywould not exist and thusy()would return an error sinceyis a reactive expression that consists of itself.