Simply a wrapper around simInit to be called as a shiny module.

spades_simInit(input, output, session, ...)

Arguments

input

shiny server input object

output

shiny server output object

session

shiny server session object

...

Additional arguments passed to simInit.

Value

A reactive simList object

Note

This is a server-only module with no UI component.

See also