endsWith.Rd
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 Column endsWith(x, suffix)
vector of character string whose "ends" are considered
character vector (often of length one)
endsWith since 1.4.0
Other column_func: alias(), between(), cast(), otherwise(), over(), startsWith(), substr()
alias()
between()
cast()
otherwise()
over()
startsWith()
substr()