pauseableReactive.RdCreate a pauseable reactive. Code from jcheng5 https://gist.github.com/jcheng5/cc6647a4971b8125c1bb
pauseableReactive(x, env = parent.frame(), quoted = FALSE, priority = 0, domain = shiny::getDefaultReactiveDomain(), paused = TRUE)
| x | For |
|---|---|
| env | The parent environment for the reactive expression. By default, this is the calling environment, the same as when defining an ordinary non-reactive expression. |
| quoted | Is the expression quoted? By default, this is |
| domain | See domains. |
| paused | Indicates the starting state of the pauseable reactive. |