Description Usage Arguments Value Author(s) Examples
View source: R/generic_functions.R
Get the vector of names selected in the selectizeInput
1 | selectize_names(id)
|
id |
inputId of the selectizeInput |
return a vector of the item names selected
Marie Bellier, Massimo Finini, Meri Likoska, Vania Rodrigues Telo Ramos, Xavier Renger
1 2 3 4 5 6 7 | #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
u <- selectize_names(selectize)
print(u)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.