View source: R/update_bscui_ui_elements.R
update_bscui_ui_elements | R Documentation |
Update the type and title of bscui ui elements in 'shiny' app
update_bscui_ui_elements(proxy, ui_elements)
proxy |
a |
ui_elements |
NULL or a data frame with the following columns:
|
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.