update_bscui_ui_elements {bscui} | R Documentation |
Update the type and title of bscui ui elements in 'shiny' app
Description
Update the type and title of bscui ui elements in 'shiny' app
Usage
update_bscui_ui_elements(proxy, ui_elements)
Arguments
proxy |
a |
ui_elements |
NULL or a data frame with the following columns:
|
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()
}
}
[Package bscui version 0.1.5 Index]