set_page_data {occupationMeasurement} | R Documentation |
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.
set_page_data(session, page_id, values)
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. |
nothing