You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, it is silly to have single group venn. But it makes sense when working with shinyapps. For example when we want to select/deselect from list of groups to plot.
Say we have 10 groups in checkboxGroupInput, and we preselect 1,2,3 as a default, then user unticks 1,2, (now we have only 1 group and get error), and wants to tick group 5 and 6.
The text was updated successfully, but these errors were encountered:
Yes, it is silly to have single group venn. But it makes sense when working with shinyapps. For example when we want to select/deselect from list of groups to plot.
Say we have 10 groups in
checkboxGroupInput
, and we preselect1,2,3
as a default, then user unticks1,2
, (now we have only 1 group and get error), and wants to tick group 5 and 6.The text was updated successfully, but these errors were encountered: