R/mod_survey_input_user.R
survey_input_user_server.Rd
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'
mod_survey_input_user_server(input, output, session, survey_colnames, values)
the input variables from [shiny::callModule()]
the output variables from [shiny::callModule()]
the session from [shiny::callModule()]
the column used to store survey
the reactive values from server
the UI for survey inputs in ShinyApp change input