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

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

unbase64(x)

See Also

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

Examples

## Not run: unbase64(df$c)

[Package SparkR version 1.6.1 Index]