botor (version 0.4.0)

base64_dec: Base64-decode a string into raw bytes using Python's base64 module

Description

Base64-decode a string into raw bytes using Python's base64 module

Usage

base64_dec(text)

Value

raw bytes

Arguments

text

string

See Also

base64_enc

Examples

Run this code
if (FALSE) {
botor:::base64_dec(botor:::base64_enc(charToRaw('foobar')))
}

Run the code above in your browser using DataLab