A helper function used to create raw methods.
makeRaw(object)
# S3 method for class 'raw'
makeRaw(object)
# S3 method for class 'character'
makeRaw(object)
# S3 method for class 'digest'
makeRaw(object)
# S3 method for class 'raw'
makeRaw(object)
object
|
The object to convert into a raw vector
|
A raw vector is returned.
Dirk Eddelbuettel
library("digest")
makeRaw("1234567890ABCDE")
[1] 31 32 33 34 35 36 37 38 39 30 41 42 43 44 45