Define_Debug {RShinyAux} | R Documentation |
Server function for defining a Debug statement
Define_Debug(input, output, session, env)
input, output |
The arguments input and output are usual server arguments (list-like objects). The input stores the current values of all of the widgets in the app, while the output contains all of the code needed to update the R objects in the app. |
session |
The session object is an environment that can be used to access information and functionality relating to the session. |
env |
This argument is the environment variable which contains all the global items used in the calling app. This argument is helpful as the user can spy the current contents of this environment variable. |
This function executes the debug statement internally and does not return any value.