Remove SVG elements from the UI
Arguments
- proxy
a
bscui_Proxy
object- element_ids
the identifiers of the elements to remove
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()
}
}