server | R Documentation |
Server function for Shiny app
server(input, output, session)
input |
list-like object containing all the input data sent from the browser, named according to the input ID |
output |
list-like object, named according to the output ID |
session |
environment that can be employed to access information and functionality with respect to the session |
As one never calls the server function by oneself, one will never create the three argument objects by oneself. Instead, they are created by Shiny when the session starts, connecting back to a specific session.
Server function for Shiny app
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.