rev | R Documentation |
Reverse a "timeDate"
object.
## S3 method for class 'timeDate'
rev(x)
x |
an object of class |
an object of class "timeDate"
dts <- c("1989-09-28", "2001-01-15", "2004-08-30", "1990-02-09")
ZUR <- timeDate(dts, zone = "GMT", FinCenter = "Europe/Zurich")
ZUR
rev(ZUR)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.