Description Usage Arguments Value Examples
Extract numeric minutes of month from a POSIXct or POSIXlt vector.
| 1 2 3 4 5 6 7 | 
| date | POSIXct or POSIXlt vector | 
A numeric vector.
| 1 2 3 | now <- Sys.time()
minutes(now)
minutes(as.POSIXlt(now))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.