powered by
radioButtons(inputId, label, choices, selected = NULL)
radioButtons("dist", "Distribution type:", c("Normal" = "norm", "Uniform" = "unif", "Log-normal" = "lnorm", "Exponential" = "exp"))
Run the code above in your browser using DataLab