getDataURI.DevEvalFileProduct {R.devices} | R Documentation |
Gets content as a Base64-encoded data URI
Description
Gets content as a Base64-encoded data URI.
Usage
## S3 method for class 'DevEvalFileProduct'
getDataURI(this, mime=getMimeType(this), ...)
Arguments
mime |
The MIME type to be embedded in the data URI. |
... |
Not used. |
Value
Returns a character
string.
Author(s)
Henrik Bengtsson
See Also
For more information see DevEvalFileProduct
.
[Package R.devices version 2.17.1 Index]