
radioButtons(inputId, label, choices, selected = NULL, inline = FALSE)
NULL
TRUE
, render the choices inline (i.e. horizontally)updateRadioButtons
Other input.elements: actionButton
,
actionLink
; animationOptions
,
sliderInput
;
checkboxGroupInput
;
checkboxInput
; dateInput
;
dateRangeInput
; fileInput
;
numericInput
; selectInput
,
selectizeInput
; 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