Learn R Programming

officer (version 0.7.2)

from_base64: Decode Base64 Vector to Character

Description

Decodes one or more Base64-encoded elements back into their original character form.

Usage

from_base64(x)

Value

A character vector of decoded strings, same length as x.

Arguments

x

A character vector of Base64-encoded strings. NA values are preserved.

Examples

Run this code
z <- as_base64(c("hello", "world"))
from_base64(z)

Run the code above in your browser using DataLab