substr {SparkR}R Documentation

substr

Description

An expression that returns a substring.

Usage

## S4 method for signature 'Column'
substr(x, start, stop)

Arguments

x

a Column.

start

starting position.

stop

ending position.

Note

substr since 1.4.0

See Also

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; startsWith, startsWith, startsWith,Column-method


[Package SparkR version 2.1.1 Index]