Learn R Programming

botor (version 0.4.1)

base64_enc: Base64-encode raw bytes using Python's base64 module

Description

Base64-encode raw bytes using Python's base64 module

Usage

base64_enc(text)

Value

string

Arguments

text

raw, R string or Python string

See Also

base64_dec