Description Usage Arguments Value Author(s)
View source: R/generic_functions.R
Compute the amount of items selected in the selectizeInput
1 | selectize_count(id)
|
id |
inputId of the selectizeInput |
return the number of values selected
#let's say the user selected those anime in the app selectize <- c("Naruto", "Death Note", "One Piece")
#we will then recover the following with the function t <- selectize_count(selectize)
print(t)
Marie Bellier, Massimo Finini, Meri Likoska, Vania Rodrigues Telo Ramos, Xavier Renger
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.