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