View source: R/questionnaire_pages.R
page_final | R Documentation |
This page saves data in results_overview and marks the questionnaire as complete.
page_final(...)
... |
All additional parameters are passed to |
A page object.
new_page()
## Not run:
my_questionnaire <- list(
page_final()
)
if (interactive()) {
app(questionnaire = my_questionnaire)
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.