rpad {SparkR} | R Documentation |
Right-padded with pad to a length of len.
rpad(x, len, pad) ## S4 method for signature 'Column,numeric,character' rpad(x, len, pad)
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
,
rtrim
, soundex
,
substring_index
, translate
,
trim
, unbase64
,
upper
## Not run: rpad(df$c, 6, '#')