Last chance! 50% off unlimited learning
Sale ends in
radioButtons(inputId, label, choices, selected = NULL)
updateRadioButtons
Other input.elements: actionButton
,
checkboxGroupInput
,
checkboxInput
, dateInput
,
dateRangeInput
, fileInput
,
numericInput
, selectInput
,
sliderInput
, submitButton
,
textInput
radioButtons("dist", "Distribution type:",
c("Normal" = "norm",
"Uniform" = "unif",
"Log-normal" = "lnorm",
"Exponential" = "exp"))
Run the code above in your browser using DataLab