second {SparkR}R Documentation

second

Description

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

Usage

second(x)

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

Arguments

x

Column to compute on.

Note

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

Examples

## Not run: second(df$c)

[Package SparkR version 2.2.1 Index]