shinyAppServer {RSCAT}R Documentation

Defines server logic to configure and run CAT simulations.

Description

Defines server logic to configure and run CAT simulations.

Usage

shinyAppServer(input, output)

Arguments

input

an object that stores the current values of all of the widgets in the app.

output

an object that stores instructions for building the R objects in the app.


[Package RSCAT version 1.1.3 Index]