remove_bscui_elements: Remove SVG elements from the UI

View source: R/remove_bscui_elements.R

remove_bscui_elementsR Documentation

Remove SVG elements from the UI

Description

Remove SVG elements from the UI

Usage

remove_bscui_elements(proxy, element_ids)

Arguments

proxy

a bscui_Proxy object

element_ids

the identifiers of the elements to remove

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()
   }
}

bscui documentation built on June 8, 2025, 11:01 a.m.