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


[Package SparkR version 2.2.0 Index]