base64_dec | R Documentation |
Base64-decode a string into raw bytes using Python's base64 module
base64_dec(text)
text |
string |
raw
bytes
base64_enc
## Not run:
botor:::base64_dec(botor:::base64_enc(charToRaw('foobar')))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.