tuiReactive.Rd
Creates a reactive object that re-evaluates expr when called during server execution.
expr
tuiReactive(expr)
An expression producing a reactive value.
A reactive object (function) to be called with ().
()