data(rstudiosurvey)
other_software<- as.mr(rstudiosurvey[[40]])
## only those with at least 20 responses
common<-mr_lump(other_software, n=20)
common<-mr_drop(common, "None")
## UpSet plot
plot(common)
## images
image(common, type="conditional")
image(common, type="association")
Run the code above in your browser using DataLab