Learn R Programming

occupationMeasurement (version 0.3.2)

page_final: 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(...)

Value

A page object.

Arguments

...

All additional parameters are passed to new_page()

See Also

new_page()

Examples

Run this code
data.table::setDTthreads(1)

if (FALSE) {
my_questionnaire <- list(
  page_final()
)
if (interactive()) {
  app(questionnaire = my_questionnaire)
}
}

Run the code above in your browser using DataLab