Dear R-users, i need to store in a variable a string made from levels of a factor e.g. a<-("a","a","b","b") af<-factor(a) mylevels<- ...a string with all the levels(af) Thanks -- DM