SparkR (version 2.1.2)

endsWith: endsWith

Description

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

Usage

endsWith(x, suffix)

# S4 method for Column endsWith(x, suffix)

Arguments

x

vector of character string whose "ends" are considered

suffix

character vector (often of length one)

See Also

Other colum_func: alias, between, cast, otherwise, over, startsWith, substr