set_page_data | 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
set_item_data()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.