duration: Extract duration of a Time object

View source: R/00generic.R

durationR Documentation

Extract duration of a Time object

Description

For Time objects.

Usage

  duration(x, ...)

Arguments

x

object from which get the duration

...

arguments to or from other methods

Value

For time intervals it returns a vector of integers indicating, for each time interval, the duration of the interval in seconds.

For time periods it returns a vector of integers indicating the duration of each time period using its own time unit. For instance :

duration(POSIXctp(1:2, c('month', 'year'))) > 1 2

See Also

POSIXcti, POSIXctp


timetools documentation built on Aug. 29, 2023, 5:09 p.m.