Chapter 4 Backend Server

The server is the backend that takes input values from the user to ultimately generate the output results that you want to display in the application. Let’s go through it line by line together.

Here are some of the server codes.

Note: These are not full server codes

From the codes, you can see the object called server through a function function(session, input, output). It contained output$var, output$dtable, output$plot_out, output$dl_butt, and output$download, also it contained some reactivities reactive(), reactiveValue(), observeEvent(), and updateTabsetPanel()