Holds the system while shiny is invalidating.

wait_for_shiny(obj, maxiter = 20, ...)

Arguments

obj

reactor object

maxiter

Number of iterations to wait for shiny, Default: 20

...

pass arguments to time logger.

Value

reactor object

Details

R side explicit timeout is defined as 0.02 * iteration number in seconds.

See also

Examples

if (FALSE) { if(interactive()){ #EXAMPLE1 } }