get_page_data | R Documentation |
Note that page data is not automatically saved and you probably want to use page$get_item_data instead.
get_page_data(session, page_id, key = NULL, default = NULL)
session |
The shiny session |
page_id |
The page for which to retrieve data. Defaults to the page where data the function is being called from. |
key |
The key for which to retrieve a value. (Optional) If no key is provided, the page's whole data will be returned. |
default |
A default value to return if the key or page is not present in the questionnaire data. |
The page data value at the provided key or the whole page's data if no key is provided.
get_item_data()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.