base64_dec {botor}R Documentation

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)

Arguments

text

string

Value

raw bytes

See Also

base64_enc

Examples

## Not run: 
botor:::base64_dec(botor:::base64_enc(charToRaw('foobar')))

## End(Not run)

[Package botor version 0.4.0 Index]