search for: asciitoint

Displaying 4 results from an estimated 4 matches for "asciitoint".

2003 Oct 23
1
Re: ichar() function in R : 1st implementation, RFC
...all of them installed), and didn't find anything. Tim> Cheers, Tim> Tim Keighley I now did a first cut, using R only code, (and realizing that most of chars8bit() should really happen in C). I'm proposing to add something like this to R-devel in the near future. Note that AsciiToInt() and ichar() ar for S-plus and "old S" compatibility, whereas I think we'd really want (equivalents) of the three functions digitsBase() chars8bit() strcodes() in R eventually. I'm very interested in feedback, particularly - function and arguments' naming - pr...
1999 Oct 18
1
reading binary file
Is there facility in R to read binary file? In Splus scan() has 'width=' argument and AsciiToInt() command to translate the binary data. Is there something similar in R? Thanks, -Yudi- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]...
1998 Nov 04
0
S internal function AsciiToIn
Hey, I'm trying to use the code from the book S-Poetry in R (almost everything runs without problems), some place it uses an s-plus internal function AsciiToInt, to translate characters to ascii values (a better name should be CharToAscii ?) I cannot find anything in R to do that, getting the ascii values? Is there something, or must it be added at the C level? Thanks, Kjetil halvorsen -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
2001 Feb 02
1
Finding a gsub like function in S+ 2000
Hello All: In R 1.2.0, one can easily change characters in a string using, for example, the following command, gsub("-"," ",c("1-7-1997","12-21-1997")) [1] "1 7 1997" "12 21 1997" Is there a similar command with S+ 2000? Thank you, ANDREW -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help