unbase64 {SparkR}R Documentation

unbase64

Description

Decodes a BASE64 encoded string column and returns it as a binary column. This is the reverse of base64.

Usage

unbase64(x)

## S4 method for signature 'Column'
unbase64(x)

Arguments

x

Column to compute on.

Note

unbase64 since 1.5.0

See Also

Other string_funcs: ascii, base64, concat_ws, concat, decode, encode, format_number, format_string, initcap, instr, length, levenshtein, locate, lower, lpad, ltrim, regexp_extract, regexp_replace, reverse, rpad, rtrim, soundex, substring_index, translate, trim, upper

Examples

## Not run: unbase64(df$c)

[Package SparkR version 2.2.2 Index]