I am using R shiny to develop a web application. Now I want to do multiple selection(not just one) from multiple choices. I tried checkboxGroupInput, but it will give a long list. What function can create things like this? Thanks!
You can use selectInput with the argument multiple = TRUE, as can be seen in the documentation.
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more