Interestingly, all the libraries and resources I have found either use lists or multiple columns. I would like to create a Venn diagram based on a grouped data frame (one column group and another column with items to be compared). What would be the easiest approach?
data.frame(groups = c(rep(1, 10), rep(2, 8)), items = c(LETTERS[1:10], LETTERS[7:14]))