On Sat, Feb 04, 2012 at 06:07:01AM -0800, sagarnikam123 wrote: > is have vector from table stored in s variable > > s > [1] R P Y A C P V E S C D R R F S R S A D L T R H I R I > Levels: A C D E F G H I K L M N P Q R S T V Y
Hi. Is as.character(), what you are looking for? as.character(s) [1] "R" "P" "Y" "A" "C" "P" "V" "E" "S" "C" "D" "R" "R" "F" "S" "R" "S" "A" "D" [20] "L" "T" "R" "H" "I" "R" "I" Petr Savicky. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.