Replace current selection with given element identifiers
Source:R/update_bscui_selection.R
update_bscui_selection.Rd
Replace current selection with given element identifiers
Arguments
- proxy
a
bscui_Proxy
object- element_ids
element identifiers to add to the selection; empty clear the selection
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()
}
}