uncommenting

This commit is contained in:
Barbara Borges Ribeiro
2016-12-31 02:25:51 +00:00
parent 4ea3990b0d
commit cc67907fc7

View File

@@ -3,9 +3,9 @@ controlLabel <- function(controlName, label) {
}
# # Before shiny 0.9, `selected` refers to names/labels of `choices`; now it
# # refers to values. Below is a function for backward compatibility. It also
# # coerces the value to `character`.
# Before shiny 0.9, `selected` refers to names/labels of `choices`; now it
# refers to values. Below is a function for backward compatibility. It also
# coerces the value to `character`.
validateSelected <- function(selected, choices, inputId, choicesNames, choicesValues) {
# this line accomplishes two tings:
# - coerces selected to character