View source: R/questionnaires.R
questionnaire_demo | R Documentation |
View the function's code itself to see the used pages.
questionnaire_demo(show_feedback_page = TRUE)
show_feedback_page |
Show the |
Note, that this function has more complex code to create the additional pages.
A questionnaire for app()
i.e. a list of pages.
## Not run:
# Inspect the code to create the questionnaire_demo
print(questionnaire_demo)
if (interactive()) {
# Run the app with the questionnaire_demo
app(questionnaire = questionnaire_demo())
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.