Summary

Advanced Shiny functions are definitely harder to understand, as they are conceptually different from everything seen so far in Shiny. However, they expand the application's possibilities enormously. This can be seen even in the example codes. Before this chapter, the examples were much simpler in terms of the application's functionalities since the reactivity process was also much simpler; whenever an input changes, the output is updated. Thanks to these functions, the reactivity process can be much more complex, the execution can be controlled, invisible processes can be triggered, and so on. Dealing with this complexity, far from being a problem, is a huge advantage.

The functions presented in this chapter belong, metaphorically speaking, ...

Get Learning Shiny now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.