inputSelection | R Documentation |
An instance of this class is used in similar way to shiny::inputSelection
An R6::R6Class object.
new()
inputSelection$new(.label_)
ui_input()
inputSelection$ui_input( .tag_ = "UI_input", .choices_, .selected_ = NULL, .multiple_ = FALSE, .width_ = "100%", .class_ = "d-flex align-items-center", .style_ = "display: flex; margin-top:\n 2rem !important;" )
ui_output()
inputSelection$ui_output(.tag_ = "UI_output")
ui_render_output()
inputSelection$ui_render_output(.tag_ = "UI_render_output")
server()
inputSelection$server(input, output, session, .choices_ = .choices_)
get_uiInId()
inputSelection$get_uiInId()
get_uiOtId()
inputSelection$get_uiOtId()
get_uiRdOtId()
inputSelection$get_uiRdOtId()
clone()
The objects of this class are cloneable with this method.
inputSelection$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.