page_final {occupationMeasurement} | R Documentation |
A final page, showing instructions to close the window.
Description
This page saves data in results_overview and marks the questionnaire as complete.
Usage
page_final(...)
Arguments
... |
All additional parameters are passed to |
Value
A page object.
See Also
Examples
## Not run:
my_questionnaire <- list(
page_final()
)
if (interactive()) {
app(questionnaire = my_questionnaire)
}
## End(Not run)
[Package occupationMeasurement version 0.3.2 Index]