set_page_data: Set some values in the page/questionnaire data in the current...

View source: R/page.R

set_page_dataR 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

set_item_data()


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