kill_app: Close reactor

Description Usage Arguments Value See Also Examples

View source: R/api.R

Description

Safely close a reactor session.

Usage

1
kill_app(obj, application_cleanup = TRUE)

Arguments

obj

reactor object

application_cleanup

logical, cleanup the side effects created by reactor. Default: TRUE

Value

reactor object

See Also

Other reactor: get_busy_time(), init_reactor(), navigate_to_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.