Learn R Programming

occupationMeasurement (version 0.3.2)

page_results: Page showing the user's results

Description

This page is only meant for demonstration purposes. Users can see what they entered and which code was being saved. The page is only included in the questionnaire_demo(), but not in the other questionnaire templates.

Usage

page_results(...)

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_first_freetext(),
  page_second_freetext(),
  page_select_suggestion(),
  page_none_selected_freetext(),
  page_followup(1),
  page_followup(2),
  page_results()
)
if (interactive()) {
  app(questionnaire = my_questionnaire)
}
}

Run the code above in your browser using DataLab