base64_decode {stringr} R Documentation

decode base64 string as text or the raw bytes buffer object.

Description

Usage

base64_decode(base64,
    asText.encoding = NULL,
    wrap = TRUE);

Arguments

base64

a string in base64 encode pattern. [as string]

asText.encoding

if this parameter is not nothing, then the output will be convert as text

wrap

wrap the result as memory stream object instead of the raw bytes vector output. [as boolean]

env

[as Environment]

Details

if the base64 encoded data is text data, that parameter asText_encoding assign of value utf8 usually.

Authors

SMRUCC genomics Institute

Value

this function returns a text data or memory stream buffer object.

clr value class

Examples


[Package stringr version 2.33.856.6961 Index]