search for: writexxxx

Displaying 1 result from an estimated 1 matches for "writexxxx".

2000 Jun 29
1
Binary file functions in R
...read a specified count of floating point >values into a vector of doubles. > >readchar would read a specified count of characters into a single >component character vector, or take two counts, and read n characters >m times into an m component vector. > >There would be similar writexxxx functions, a seek function, and an >fclose function. > >Some issues to consider would be whether these functions should worry >about big vs. little endian storage (I'd say probably not, but there >should be other functions that can change it in memory), how errors >should be h...