[R] No funtions for character code?

2009-10-13 Thread You Hyun Jo
Hello, Do you have a function returns codes of given characters? Best Regards, hyunjo [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide

Re: [R] No funtions for character code?

2009-10-13 Thread Phil Spector
hyunjo - Perhaps charToInt from the R.oo package? library(R.oo) Loading required package: R.methodsS3 R.methodsS3 v1.0.3 (2008-07-02) successfully loaded. See ?R.methodsS3 for help. R.oo v1.4.6 (2008-08-11) successfully loaded. See ?R.oo for help. charToInt('a') [1] 97 charToInt('7')

Re: [R] No funtions for character code?

2009-10-13 Thread Duncan Murdoch
On 13/10/2009 6:44 PM, You Hyun Jo wrote: Hello, Do you have a function returns codes of given characters? charToRaw() might be what you want. Duncan Murdoch Best Regards, hyunjo [[alternative HTML version deleted]] __

Re: [R] No funtions for character code?

2009-10-13 Thread You Hyun Jo
Thnaks a lot! Could you recommend a manual or book or something for string manipulation in R, or give me a direction where I can get a list of string manipulation functions? hyunjo I 2009/10/14 Duncan Murdoch murd...@stats.uwo.ca On 13/10/2009 6:44 PM, You Hyun Jo wrote: Hello, Do you

Re: [R] No funtions for character code?

2009-10-13 Thread Gabor Grothendieck
Try this: help.search(keyword = character, package = base) On Wed, Oct 14, 2009 at 12:01 AM, You Hyun Jo youhyu...@gmail.com wrote: Thnaks a lot! Could you recommend a manual or book or something for string manipulation in R, or give me a direction where I can get a list of string