getSessionId | R Documentation |
tidymodules offers the ability to manage application sessions. This function is the main function used by tidymodules to find the current session Id. It takes an optional ShinySession object as argument. If null, default to the global_session.
getSessionId(session = getDefaultReactiveDomain())
session |
A shiny session as provide by the shiny server function. |
A session ID
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.