base64 {SparkR} | R Documentation |
Computes the BASE64 encoding of a binary column and returns it as a string column. This is the reverse of unbase64.
base64(x) ## S4 method for signature 'Column' base64(x)
Other string_funcs: ascii
,
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
,
unbase64
, upper
## Not run: base64(df$c)