mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-07 03:00:20 -04:00
7 lines
108 B
Plaintext
7 lines
108 B
Plaintext
> x <- reactiveValues(x = 1, y = 2, z = 3)
|
|
> x
|
|
<ReactiveValues>
|
|
Values: x, y, z
|
|
Readonly: FALSE
|
|
|