On Tue, 2006-04-18 at 18:07 +0200, Daniele Medri wrote:
> Il giorno mar, 18/04/2006 alle 11.00 -0500, Marc Schwartz (via MN):
> > > mylevels<- ...a string with all the levels(af)
> > > mylevels <- levels(af)
> > 
> > > mylevels
> > [1] "a" "b"
> 
> I don't need to store these two levels, but a string with the values
> "ab".
> 
> Thanks
> 
> Cheers
> --
> DM

> paste(levels(af), collapse = "")
[1] "ab"

See ?paste.

HTH,

Marc Schwartz

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to