R shiny multiple selection with a scroll bar

戏子无情 提交于 2020-01-02 04:54:10

问题


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!


回答1:


You can use selectInput with the argument multiple = TRUE, as can be seen in the documentation.



来源:https://stackoverflow.com/questions/22723673/r-shiny-multiple-selection-with-a-scroll-bar

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!