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