base64_encode {IFC} | R Documentation |
Raw Images to Base64 Encoding
Description
Encodes raw image vector to base64 string
Usage
base64_encode(x)
Arguments
x |
a raw vector. |
Source
https://en.wikibooks.org/wiki/Algorithm_Implementation/Miscellaneous/Base64
[Package IFC version 0.2.1 Index]