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)

Arguments

object

The object to convert into a raw vector

Value

A raw vector is returned.

Author

Dirk Eddelbuettel

Examples

makeRaw("1234567890ABCDE")
#>  [1] 31 32 33 34 35 36 37 38 39 30 41 42 43 44 45