textInput | R Documentation |
An instance of this class is used in similar way to shiny::textInput
An R6::R6Class object.
new()
textInput$new(.label_)
ui_input()
textInput$ui_input( .tag_ = "UI_input", .width_ = "100%", .class_ = "d-flex align-items-center", .value_ = "500, 20000, 30000, 50000" )
ui_output()
textInput$ui_output(.tag_ = "UI_output")
ui_render_output()
textInput$ui_render_output(.tag_ = "UI_render_output")
server()
textInput$server(input, output, session, .min_, .max_)
get_uiInId()
textInput$get_uiInId()
get_uiOtId()
textInput$get_uiOtId()
get_uiRdOtId()
textInput$get_uiRdOtId()
clone()
The objects of this class are cloneable with this method.
textInput$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.