makeRaw | R Documentation |
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 |
A raw
vector is returned.
Dirk Eddelbuettel
makeRaw("1234567890ABCDE")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.