base64 {stringr} R Documentation

encode byte stream or text content into base64 string

Description

Usage

base64(raw,
    chunkSize = -1);

Arguments

raw

R# object or any supported .NET object: 1. text content 2. bytes buffer 3. image data 4. any object can be converts to bytes

env

[as Environment]

Details

Authors

SMRUCC genomics Institute

Value

this function returns data object of type string.

clr value class

Examples


[Package stringr version 2.33.856.6961 Index]