| 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)
| x | the string Column to be right-padded. | 
| len | maximum length of each output result. | 
| pad | a character string to be padded with. | 
rpad since 1.5.0
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, '#')