Hello everyone I'm trying to write a function in Shiny R. I have checkboxgroupinput like this:
checkboxGroupInput("quality", "Columns in quality to show:",
choices = numbers, selected = numbers, width = '50%' ), width =2)
I want a histogram to appear when at least one box is selected otherwise it shows helptex("please select at least one"). How can I do this?