Base64-decode a string into raw bytes using Python's base64 module
base64_dec(text)
text
string
raw bytes
raw
base64_enc
## Not run: botor:::base64_dec(botor:::base64_enc(charToRaw('foobar'))) ## End(Not run)