mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-03 19:25:15 -05: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())
|