View source: R/click_bscui_element.R
click_bscui_element | R Documentation |
Trigger a click event on a clickable element
click_bscui_element(proxy, element_id, dbl_click = FALSE)
proxy |
a |
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) |
the provided proxy object
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()
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.