page_final: A final page, showing instructions to close the window.

View source: R/questionnaire_pages.R

page_finalR 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 new_page()

Value

A page object.

See Also

new_page()

Examples



## Not run: 
my_questionnaire <- list(
  page_final()
)
if (interactive()) {
  app(questionnaire = my_questionnaire)
}

## End(Not run)

occupationMeasurement documentation built on Sept. 27, 2023, 5:08 p.m.