update_bscui_selection {bscui} | R Documentation |
Replace current selection with given element identifiers
Description
Replace current selection with given element identifiers
Usage
update_bscui_selection(proxy, element_ids)
Arguments
proxy |
a |
element_ids |
element identifiers to add to the selection; empty clear the selection |
Value
the provided proxy object
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()
}
}
[Package bscui version 0.1.5 Index]