powered by
Include server-side logic for shinysurveys.
renderSurvey(df, theme = "#63B8FF")
A user supplied dataframe in the format of teaching_r_questions.
A valid R color: predefined such as "red" or "blue"; hex colors such as #63B8FF (default)
NA; used for server-side logic in Shiny apps.
# NOT RUN { if (interactive()) { renderSurvey(df = shinysurveys::teaching_r_questions, theme = "#63B8FF") } # }
Run the code above in your browser using DataLab