startsWith.Rd
Determines if entries of x start with string (entries of) prefix respectively, where strings are recycled to common lengths.
startsWith(x, prefix) # S4 method for Column startsWith(x, prefix)
vector of character string whose "starts" are considered
character vector (often of length one)
startsWith since 1.4.0
Other column_func: alias(), between(), cast(), endsWith(), otherwise(), over(), substr()
alias()
between()
cast()
endsWith()
otherwise()
over()
substr()