Description Usage Arguments Value Examples
A generic function for rounding date and time values
1  | round_time(x, n, tz)
 | 
x | 
 A vector of class POSIX or Date.  | 
n | 
 Unit to round to. Defaults to mins. Numeric values treated as seconds. Otherwise this should be one of "mins", "hours", "days", "weeks", "months", "years" (plural optional).  | 
tz | 
 Time zone to be used, defaults to "UTC" (Twitter default)  | 
If POSIXct then POSIX. If date then Date.
1 2 3 4 5  | ## class posixct
round_time(Sys.time(), "12 hours")
## class date
unique(round_time(seq(Sys.Date(), Sys.Date() + 100, "1 day"), "weeks"))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.