mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-07 03:00:20 -04:00
3 lines
89 B
R
3 lines
89 B
R
# A scope where we can put mutable global state
|
|
.globals <- new.env(parent = emptyenv())
|