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