Change element order in the SVG
Usage
order_bscui_elements(
proxy,
element_ids,
where = c("front", "back", "forward", "backward")
)
Arguments
- proxy
a
bscui_Proxy
object- element_ids
the identifiers of the element to move
- where
where to move the elements (default: "front")
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()
}
}