alias {SparkR}R Documentation

alias

Description

Set a new name for a column

Usage

## S4 method for signature 'Column'
alias(object, data)

Arguments

object

Column to rename

data

new name to use

Note

alias since 1.4.0

See Also

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


[Package SparkR version 2.2.2 Index]