Learn R Programming

bscui (version 0.1.6)

get_bscui_svg: Get the displayed SVG

Description

Get the displayed SVG

Usage

get_bscui_svg(proxy)

Value

the provided proxy object

Arguments

proxy

a bscui_Proxy object

Examples

Run this code
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()
   }
}

Run the code above in your browser using DataLab