actionButton | R Documentation |
An instance of this class is used in similar way to shiny::actionButton
An R6::R6Class object.
new()
actionButton$new(.label_)
ui_input()
actionButton$ui_input( .tag_ = "UI_input", .class_ = "ml-2 pt-2 d-flex align-items-center\n text-right", .style_ = "display: flex;\n margin-top: 2rem !important;", .width_ = NULL )
ui_output()
actionButton$ui_output(.tag_ = "UI_output")
ui_render_output()
actionButton$ui_render_output(.tag_ = "UI_render_output")
server()
actionButton$server(input, output, session)
get_uiInId()
actionButton$get_uiInId()
get_uiOtId()
actionButton$get_uiOtId()
get_uiRdOtId()
actionButton$get_uiRdOtId()
clone()
The objects of this class are cloneable with this method.
actionButton$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.