Re: [R] how to generate sequence "a" - "z"

2008-01-29 Thread Barry Rowlingson
Bernd Weiss wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > skestin schrieb: > | I suppose it's very simple but I can't find the way to generate a > sequence of > | characters, e.g. from "a" to "z". > | Could you please help me with this? > > ?letters > letters > "letters" is oka

Re: [R] how to generate sequence "a" - "z"

2008-01-29 Thread Duncan Murdoch
On 1/29/2008 7:39 AM, skestin wrote: I suppose it's very simple but I can't find the way to generate a sequence of characters, e.g. from "a" to "z". Could you please help me with this? If you want the standard collation sequence, use the letters variable, as others have said. If you want the

Re: [R] how to generate sequence "a" - "z"

2008-01-29 Thread Attiglah, Mama
"O" "P" "Q" "R" "S" "T" "U" "V" "W" "X" "Y" "Z" > Hope that will help. Mama - Mama Attiglah, PhD Advanced Research Center Quantitative Research Analyst State Street Bank +

Re: [R] how to generate sequence "a" - "z"

2008-01-29 Thread Christoph Scherber
-- X-USF-Spam-Status: hits=-2.6 tests=BAYES_00 X-USF-Spam-Flag: NO Hello, Sequences of letters can be generated by typing LETTERS #for capital letters or letters #for small letters Best wishes Christoph skestin schrieb: > I suppose it's very simple but I can't find the way to generate a sequ

Re: [R] how to generate sequence "a" - "z"

2008-01-29 Thread Bernd Weiss
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 skestin schrieb: | I suppose it's very simple but I can't find the way to generate a sequence of | characters, e.g. from "a" to "z". | Could you please help me with this? ?letters letters HTH, B. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.7

Re: [R] how to generate sequence "a" - "z"

2008-01-29 Thread Gabor Csardi
Even easier than you think... G. > letters [1] "a" "b" "c" "d" "e" "f" "g" "h" "i" "j" "k" "l" "m" "n" "o" "p" "q" "r" "s" [20] "t" "u" "v" "w" "x" "y" "z" On Tue, Jan 29, 2008 at 04:39:11AM -0800, skestin wrote: > > I suppose it's very simple but I can't find the way to generate a sequence of

[R] how to generate sequence "a" - "z"

2008-01-29 Thread skestin
I suppose it's very simple but I can't find the way to generate a sequence of characters, e.g. from "a" to "z". Could you please help me with this? -- View this message in context: http://www.nabble.com/how-to-generate-sequence-%22a%22---%22z%22-tp15158509p15158509.html Sent from the R help mail