click_id: Click an element

Description Usage Arguments Details Value See Also Examples

View source: R/actions.R

Description

Send a click command to an element in the application.

Usage

1
click_id(obj, id)

Arguments

obj

reactor object

id

character, id of the element

Details

DETAILS

Value

reactor object

See Also

glue

Other actions: execute(), query(), set_id_value()

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.