server {MadanText} | R Documentation |
Server Logic for MadanText Shiny Application
Description
This function contains the server-side logic for the MadanText application. It handles user inputs, processes data, and creates outputs to be displayed in the UI.
Usage
server(input, output)
Arguments
input |
List of Shiny inputs. |
output |
List of Shiny outputs. |
Value
This function sets up the reactive environment and output elements in the Shiny application. It does not return any value but modifies the Shiny app's UI based on user inputs and reactive expressions. It returns a Shiny Server object.
[Package MadanText version 0.1.0 Index]