quarter {SparkR}R Documentation

quarter

Description

Extracts the quarter as an integer from a given date/timestamp/string.

Usage

quarter(x)

## S4 method for signature 'Column'
quarter(x)

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, months_between, month, next_day, second, to_date, to_utc_timestamp, unix_timestamp, weekofyear, window, year

Examples

## Not run: quarter(df$c)

[Package SparkR version 2.0.0 Index]