server {groqR} | R Documentation |
Set GROQ Parameters Server Logic
Description
This function handles the server logic for the UI, including the observeEvent for the action button. It asks the user to prompt various GROQ inputs. Once the 'proxy' parameter is set, the parameters are written to the environment as environment variables and a notification message is displayed.
Usage
server(input, output, session)
Arguments
input |
The input values as they are submitted by the user. |
output |
The output values. |
session |
The Shiny session object. |
[Package groqR version 0.0.1 Index]