base64_enc {botor} | R Documentation |
Base64-encode raw bytes using Python's base64 module
Description
Base64-encode raw bytes using Python's base64 module
Usage
base64_enc(text)
Arguments
text |
raw , R string or Python string
|
Value
string
See Also
base64_dec
[Package
botor version 0.4.0
Index]