Learn R Programming

vvdoctor (version 0.0.2)

app_server: App Server

Description

App Server

Usage

app_server(input, output, session)

Value

No return value, called for side effects

Arguments

input

The input object from the Shiny app.

output

The output object from the Shiny app.

session

The session object from the Shiny app.