get_bscui_svg: Get the displayed SVG

View source: R/get_bscui_svg.R

get_bscui_svgR Documentation

Get the displayed SVG

Description

Get the displayed SVG

Usage

get_bscui_svg(proxy)

Arguments

proxy

a bscui_Proxy object

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.