Generate the UI Code for demographic questions
Create the UI code for a Shiny app based on user-supplied questions.
surveyOutput(df, survey_title, survey_description, ...)
df |
A user supplied data frame in the format of teaching_r_questions. |
survey_title |
(Optional) user supplied title for the survey |
survey_description |
(Optional) user supplied description for the survey |
... |
Additional arguments to pass into actionButton used to submit survey responses. |
UI Code for a Shiny App.
if (interactive()) { surveyOutput(df = shinysurveys::teaching_r_questions, survey_title = "Teaching R Questions", survey_description = "Survey used in the Teaching R Study (McGowan et al., 2021)") }
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.