date_add {SparkR}R Documentation

date_add

Description

Returns the date that is x days after

Usage

date_add(y, x)

## S4 method for signature 'Column,numeric'
date_add(y, x)

Arguments

y

Column to compute on

x

Number of days to add

Note

date_add since 1.5.0

See Also

Other datetime_funcs: add_months, date_format, date_sub, datediff, dayofmonth, dayofyear, from_unixtime, from_utc_timestamp, hour, last_day, minute, months_between, month, next_day, quarter, second, to_date, to_timestamp, to_utc_timestamp, unix_timestamp, weekofyear, window, year

Examples

## Not run: date_add(df$d, 1)

[Package SparkR version 2.2.3 Index]