-
@datapointier For sure. I think adding
uniquecan help with that: diamonds %>% group_by(color) %>% summarize(cuts=paste(unique(cut), collapse=","))
unique can help with that: diamonds %>% group_by(color) %>% summarize(cuts=paste(unique(cut), collapse=","))