Chapter 19 Shiny modules

Functions work well if:

  • All code is on the server side
  • All code in on the client side


If the server code relies on specific structure in the UI

  • Use modules