navigate_to_app: Navigate to Application

Description Usage Arguments Value See Also Examples

View source: R/api.R

Description

Navigating to application after reactor startup.

Usage

1
navigate_to_app(obj, silent = FALSE)

Arguments

obj

reactor object

silent

logical, start silently. Default: FALSE

Value

obj reactor object

See Also

glue

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

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.