Re: [R] ASCI characters

2010-08-16 Thread Orvalho Augusto
Thank you every one. Caveman On Mon, Aug 16, 2010 at 4:00 AM, David Winsemius wrote: > To improve your further efforts at searching you should take note of the > fact that it is ASCII, not ASCI. > > > On Aug 15, 2010, at 8:50 PM, Orvalho Augusto wrote: > > Thank you!! >> >> Caveman >> >> >> On

Re: [R] ASCI characters

2010-08-15 Thread David Winsemius
To improve your further efforts at searching you should take note of the fact that it is ASCII, not ASCI. On Aug 15, 2010, at 8:50 PM, Orvalho Augusto wrote: Thank you!! Caveman On Mon, Aug 16, 2010 at 2:41 AM, Matt Shotwell wrote: How about: rawToChar(as.raw(82)) [1] "R" -Matt

Re: [R] ASCI characters

2010-08-15 Thread Orvalho Augusto
Thank you!! Caveman On Mon, Aug 16, 2010 at 2:41 AM, Matt Shotwell wrote: > How about: > > > rawToChar(as.raw(82)) > [1] "R" > > -Matt > > On Sun, 2010-08-15 at 19:50 -0400, Orvalho Augusto wrote: > > Hello guys! > > > > Is there any function that permits me to get an ASCI character from its >

Re: [R] ASCI characters

2010-08-15 Thread Matt Shotwell
How about: > rawToChar(as.raw(82)) [1] "R" -Matt On Sun, 2010-08-15 at 19:50 -0400, Orvalho Augusto wrote: > Hello guys! > > Is there any function that permits me to get an ASCI character from its > code? Eg. ascifunction(34) would give me ' > or ascifunction(92) gives \ > > Thanks > Caveman >

[R] ASCI characters

2010-08-15 Thread Orvalho Augusto
Hello guys! Is there any function that permits me to get an ASCI character from its code? Eg. ascifunction(34) would give me ' or ascifunction(92) gives \ Thanks Caveman [[alternative HTML version deleted]] __ R-help@r-project.org mailing list