inst/examples/getReactive.r

\dontrun{ 

setReactive(id = "x_1", value = 10)
getReactive(id = "x_1")
res <- getReactive(id = "x_1", hidden = TRUE)
res
class(res)

identical(res, getFromRegistry(id = "x_1"))

}
rappster/reactr documentation built on May 26, 2019, 11:56 p.m.