set_page_data: Set some values in the page/questionnaire data in the current session.
Description
Data is automatically linked to a page's page_id.
Note that page data is not automatically saved and you probably want
to use set_item_data instead.
Usage
set_page_data(session, page_id, values)
Arguments
- session
The shiny session
- values
A named list of values to add / overwrite in the page data.
Values are added / overwritten based on the names provided in the list.