Description Usage Arguments Value
Gives functionality to creating the survey buttons server-side, helps parse through each survey columns requirement and render buttons according to user configuration. Designed to take multiple input as 'comma-separated'
1 | mod_survey_input_user_server(input, output, session, survey_colnames, values)
|
input |
the input variables from [shiny::callModule()] |
output |
the output variables from [shiny::callModule()] |
session |
the session from [shiny::callModule()] |
survey_colnames |
the column used to store survey |
values |
the reactive values from server |
the UI for survey inputs in ShinyApp change input
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.