SparkR (version 2.1.2)

unbase64: 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 Column unbase64(x)

Arguments

x

Column to compute on.

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

Run this code
# NOT RUN {
unbase64(df$c)
# }

Run the code above in your browser using DataLab