getServer {EventDetectGUI} | R Documentation |
Generate Server Part of GUI
Description
Generates the server part of the GUI. This method is used internally in the starting process of the GUI. Manual use of this function is not advised.
Usage
getServer(input, output, session)
Arguments
input |
shiny UI-input |
output |
shiny UI-output |
session |
shiny UI-session |
Value
None
[Package EventDetectGUI version 0.3.0 Index]