endsWith {SparkR} | R Documentation |
Determines if entries of x end with string (entries of) suffix respectively, where strings are recycled to common lengths.
endsWith(x, suffix) ## S4 method for signature 'Column' endsWith(x, suffix)
x |
vector of character string whose "ends" are considered |
suffix |
character vector (often of length one) |
endsWith since 1.4.0
Other colum_func:
alias()
,
between()
,
cast()
,
otherwise()
,
over()
,
startsWith()
,
substr()