set_page_data {occupationMeasurement} | R Documentation |
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. |
Value
nothing
See Also
[Package occupationMeasurement version 0.3.2 Index]