Select/Deselect All Button for shiny variable selection

后端 未结 3 1180
遇见更好的自我
遇见更好的自我 2021-02-03 11:14

I have this statement that lets me get basic descriptive statistics about my variables:

checkboxGroupInput(\'show_vars\', \'Columns in diamonds to show:\',
              


        
3条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-03 11:42

    The shinyWidgets library has a nice function called pickerInput() that comes with a "select all/deselect all" feature. After much research, I found this to be the only Shiny input that has this feature built-in:

    Link to site: https://dreamrs.github.io/shinyWidgets/index.html

提交回复
热议问题