Trigger a click event on a clickable element
Arguments
- proxy
a
bscui_Proxy
object- element_id
element identifier on which the click will be triggered
- dbl_click
logical indicating the type of click (default: FALSE => single click is triggered)
Examples
if(interactive()){
from_shiny <- new.env()
shiny::runApp(system.file(
"examples", "shiny-anatomogram", package = "bscui"
))
for(n in names(from_shiny)){
bscui(from_shiny[[n]]) |> print()
}
}