I have a data frame that has a column containing multiple-choice responses. The column has this structure
Improvement <- c("Solarisation, Storage expansion, pipeline extension, other",
"pipeline extension", "Solarisation, Treatment", "Treatmemt, Other", "pipeline extension, treatment")
Multiple <- data.frame(Improvement)
I want to get the count of unique observations present in the column Improvement.