SparkR (version 2.1.2)

substr: substr

Description

An expression that returns a substring.

Usage

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

Arguments

x

a Column.

start

starting position.

stop

ending position.

See Also

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