rtrim {SparkR} | R Documentation |
Trim the spaces from right end for the specified string value.
rtrim(x) ## S4 method for signature 'Column' rtrim(x)
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
, soundex
,
substring_index
, translate
,
trim
, unbase64
,
upper
## Not run: rtrim(df$c)