server: Server function for Shiny app

View source: R/ShinyApp.R

serverR Documentation

Server function for Shiny app

Description

Server function for Shiny app

Usage

server(input, output, session)

Arguments

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

Details

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.

Value

Server function for Shiny app


RomanSchefzik/DNT documentation built on Sept. 11, 2022, 10:29 p.m.