search for: hextoraw

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

2005 Aug 17
0
Raw data type transformations
...cient way to manipulate raw binary data in R, with more than the minimal raw transformation functions in the base package. So I've written a small package in C that effectively lets me cast back and forth between raw vectors and other data types. I've implemented four functions: rawToHex, hexToRaw, readRaw, and writeRaw. The first two convert between raw vectors and hex character strings. I use these to work around a limitation of ROracle not directly supporting raw data types, but they may have other uses. readRaw and writeRaw are similar to readBin and writeBin, but operate on raw vector...