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