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

View source: R/utils.R

base64_decR 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)

botor documentation built on April 3, 2025, 7:30 p.m.