str(CO2) # The str() command shows you that both 'conc' and 'uptake' are labelled as factors class(CO2$conc) unique(CO2$conc) # By looking at the unique values in this column, you see that both columns contain "cannot_read_notes" unique(CO2$uptake) ?unique