selectize_count: Computation of the amount of items selected in the...

Description Usage Arguments Value Author(s)

View source: R/generic_functions.R

Description

Compute the amount of items selected in the selectizeInput

Usage

1

Arguments

id

inputId of the selectizeInput

Value

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)

Author(s)

Marie Bellier, Massimo Finini, Meri Likoska, Vania Rodrigues Telo Ramos, Xavier Renger


ptds2021/project--G5 documentation built on Dec. 22, 2021, 9:59 a.m.