View source: R/questionnaires.R
questionnaire_web_survey | R Documentation |
The basic default questionnaire. View the function's code to see the used pages. This function is meant as a template that can be changed to meet your requirements.
questionnaire_web_survey(show_feedback_page = TRUE)
show_feedback_page |
Show the |
A questionnaire for app()
, i.e. a list of pages.
## Not run:
# Inspect the code to create the questionnaire_web_survey
print(questionnaire_web_survey)
if (interactive()) {
# Run the app with the questionnaire_web_survey
app(questionnaire = questionnaire_web_survey())
}
if (interactive()) {
# This is used by default within app
app()
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.