Learn R Programming

retistruct (version 0.8.0)

server: Retistruct Shiny Server

Description

The R shiny server responsible for storing a state for each session, handling inputs from the UI to the server, and plotting outputs to the UI. The arguments are all handled by the shiny package and this function should not be instantiated manually.

Usage

server(input, output, session)

Arguments

input

object that holds the UI state (Managed automatically by shiny)

output

sends new outputs to the UI (Managed automatically by shiny)

session

controls each open instance (Managed automatically by shiny)

Author

Jan Okul