View source: R/shared-session.R
register_global_reactiveValues | R Documentation |
Creates or get reactive value list that is shared within the same shiny session
register_global_reactiveValues( name, session = shiny::getDefaultReactiveDomain() )
name |
character, the key of the list |
session |
shiny session |
A shiny reactiveValues
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.