wait_for_shiny: Wait for shiny

Description Usage Arguments Details Value See Also Examples

View source: R/api.R

Description

Holds the system while shiny is invalidating.

Usage

1
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.

Details

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

Value

reactor object

See Also

Other reactor: get_busy_time(), init_reactor(), kill_app(), navigate_to_app(), reactor_path(), read_reactor(), reset_counter(), start_reactor()

Examples

1
2
3
4
5
6
## Not run: 
if(interactive()){
 #EXAMPLE1
 }

## End(Not run)

yonicd/reactor documentation built on Jan. 20, 2021, 4:40 a.m.