months_between {SparkR}R Documentation

months_between

Description

Returns number of months between dates date1 and date2.

Usage

months_between(y, x)

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

Arguments

y

end Column to use.

x

start Column to use.

Note

months_between since 1.5.0

See Also

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

Examples

## Not run: months_between(df$c, x)

[Package SparkR version 2.2.2 Index]