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, to a second level of functions in terms of complexity. There are some other more advanced functions that provide more advanced possibilities. However, as this is an introductory book, these will not be covered here. If you are interested in more advanced functionalities of Shiny, we encourage you to do deeper research using the package's documentation, the specialized forums, and so on.

In the next chapter, we will focus on the relationship of Shiny and JavaScript and discover how to insert JavaScript code into Shiny's applications.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset