endsWith: endsWith

Description Usage Arguments Note See Also

Description

Determines if entries of x end with string (entries of) suffix respectively, where strings are recycled to common lengths.

Usage

1
2
3
4
endsWith(x, suffix)

## S4 method for signature 'Column'
endsWith(x, suffix)

Arguments

x

vector of character string whose "ends" are considered

suffix

character vector (often of length one)

Note

endsWith since 1.4.0

See Also

Other column_func: alias(), between(), cast(), otherwise(), over(), startsWith(), substr()


SparkR documentation built on June 3, 2021, 5:05 p.m.