View source: R/update_bscui_selection.R
update_bscui_selection | R Documentation |
Replace current selection with given element identifiers
update_bscui_selection(proxy, element_ids)
proxy |
a |
element_ids |
element identifiers to add to the selection; empty clear the selection |
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()
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.