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