Minutes: Extract numeric minutes of month from a POSIXct or POSIXlt...

Description Usage Arguments Value Examples

View source: R/Minutes.R

Description

Extract numeric minutes of month from a POSIXct or POSIXlt vector.

Usage

1

Arguments

x

POSIXct or POSIXlt vector

Value

A numeric vector.

Examples

1
2
3
now <- Sys.time()
Minutes(now)
Minutes(as.POSIXlt(now))

lbraglia/yapomif documentation built on May 20, 2019, 11:26 p.m.