server: Server function of app

View source: R/server.R

serverR Documentation

Server function of app

Description

Function that listens for user input and responds to user input. This is called by the ui (user interface) portion of the app which is found in runAuthenticate

Usage

server(input, output, session)

Arguments

input

Input Object. Values defined by the user when interacting with the app

output

Output object. Values defined by the reactive functions in the server function

session

session


andybeet/authenticate documentation built on Sept. 24, 2023, 11:28 p.m.